Remove debug print
This commit is contained in:
parent
59486ca65d
commit
4a3320111f
|
@ -31,8 +31,8 @@ HListView {
|
|||
totalMessageIndicator.visible: false
|
||||
|
||||
onLeftClicked: showItemAtIndex(model.index)
|
||||
onCollapsedChanged: { print(wantedUserId, model.id);
|
||||
if (wantedUserId === model.id) correctTimer.start()}
|
||||
onCollapsedChanged:
|
||||
if (wantedUserId === model.id) correctTimer.start()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user