mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Remove unnecessary debugging log
This commit is contained in:
parent
cc6693af8a
commit
308207c289
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ Page {
|
||||||
Connections {
|
Connections {
|
||||||
function onCurrentRoomChanged() {
|
function onCurrentRoomChanged() {
|
||||||
roomlist.positionViewAtIndex(Rooms.roomidToIndex(Rooms.currentRoom.roomId), ListView.Contain);
|
roomlist.positionViewAtIndex(Rooms.roomidToIndex(Rooms.currentRoom.roomId), ListView.Contain);
|
||||||
console.log("Test" + Rooms.currentRoom.roomId + " " + Rooms.roomidToIndex(Rooms.currentRoom.roomId));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
target: Rooms
|
target: Rooms
|
||||||
|
|
Loading…
Reference in a new issue