Remove debug output
This commit is contained in:
@@ -315,7 +315,6 @@ ToolBar {
|
||||
Keys.onEscapePressed: closeAll()
|
||||
|
||||
Keys.onPressed: {
|
||||
console.log(Qt.Key_Paste, event.key);
|
||||
if (event.key === Qt.Key_PageDown) {
|
||||
switchRoomDown();
|
||||
} else if (event.key === Qt.Key_PageUp) {
|
||||
|
||||
@@ -87,7 +87,6 @@ Kirigami.ApplicationWindow {
|
||||
}
|
||||
|
||||
function connectRoomToSignal(item) {
|
||||
console.log("connect")
|
||||
if (!roomList) {
|
||||
console.log("Should not happen: no room list page but room page");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user