diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index 7ced6cae7..8660c76ee 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -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) { diff --git a/qml/main.qml b/qml/main.qml index 8fa2d2981..d9eeb0416 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -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"); }