DebugConsole: remove debug print

This commit is contained in:
miruka 2019-10-30 09:26:02 -04:00
parent ba527abedc
commit b6609c5435

View File

@ -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]