Skip to content
Snippets Groups Projects
Commit 308207c2 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Remove unnecessary debugging log

parent cc6693af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment