Remove debug print

This commit is contained in:
miruka 2020-05-17 15:38:17 -04:00
parent 59486ca65d
commit 4a3320111f

View File

@ -31,8 +31,8 @@ HListView {
totalMessageIndicator.visible: false totalMessageIndicator.visible: false
onLeftClicked: showItemAtIndex(model.index) onLeftClicked: showItemAtIndex(model.index)
onCollapsedChanged: { print(wantedUserId, model.id); onCollapsedChanged:
if (wantedUserId === model.id) correctTimer.start()} if (wantedUserId === model.id) correctTimer.start()
} }
} }