summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-08-10 22:16:22 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-08-10 22:16:22 -0400
commit308207c28927bf69246dccff540e353cacb41d17 (patch)
tree095611bbd8dec45b9872a15054a5c1d8e8062c51
parentClose currently open room when it is tapped again (diff)
downloadnheko-308207c28927bf69246dccff540e353cacb41d17.tar.xz
Remove unnecessary debugging log
-rw-r--r--resources/qml/RoomList.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index cee4b30e..66cbac5a 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml
@@ -34,7 +34,6 @@ Page { Connections { function onCurrentRoomChanged() { roomlist.positionViewAtIndex(Rooms.roomidToIndex(Rooms.currentRoom.roomId), ListView.Contain); - console.log("Test" + Rooms.currentRoom.roomId + " " + Rooms.roomidToIndex(Rooms.currentRoom.roomId)); } target: Rooms