DebugConsole: remove debug print
This commit is contained in:
parent
ba527abedc
commit
b6609c5435
|
@ -31,8 +31,6 @@ Window {
|
||||||
visible = true
|
visible = true
|
||||||
}
|
}
|
||||||
|
|
||||||
property var pr: historyEntry
|
|
||||||
onPrChanged: print("pr changed:", pr)
|
|
||||||
onHistoryEntryChanged:
|
onHistoryEntryChanged:
|
||||||
inputField.text =
|
inputField.text =
|
||||||
historyEntry === -1 ? "" : history.slice(-historyEntry - 1)[0]
|
historyEntry === -1 ? "" : history.slice(-historyEntry - 1)[0]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user