Remove dead debug TapHandler in AccountRoomsList

This commit is contained in:
miruka 2020-03-19 19:14:47 -04:00
parent 3df27674b2
commit 27ee961c52

View File

@ -231,12 +231,6 @@ HListView {
when: ! detachedCurrentIndex
}
TapHandler {
id: tapHandler
property var pr: active
onPrChanged: print("pr changed:", pr)
}
Timer {
id: activateLimiter
interval: 200