Remove debug output

This commit is contained in:
Carl Schwan
2020-12-03 22:25:01 +01:00
parent 10d84e96b7
commit e3e2e4f66e
2 changed files with 0 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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");
}