diff --git a/src/qml/DebugConsole.qml b/src/qml/DebugConsole.qml index 09762640..0ab8386c 100644 --- a/src/qml/DebugConsole.qml +++ b/src/qml/DebugConsole.qml @@ -31,8 +31,6 @@ Window { visible = true } - property var pr: historyEntry - onPrChanged: print("pr changed:", pr) onHistoryEntryChanged: inputField.text = historyEntry === -1 ? "" : history.slice(-historyEntry - 1)[0]