From 011fc052f4c2d7b30b4b402d022b1a58030d2cc2 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 19 Nov 2020 09:25:47 +0100 Subject: [PATCH] Remove debug output --- imports/NeoChat/Component/ChatTextInput.qml | 1 - imports/NeoChat/Page/RoomListPage.qml | 1 - 2 files changed, 2 deletions(-) diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index 24b0b9b22..b7145395f 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -358,7 +358,6 @@ ToolBar { messageEventType = RoomMessageEvent.Notice } - console.log(replyContent, replyUser, replyEventID, messageEventType); currentRoom.postArbitaryMessage(text, messageEventType, replyEventID) } } diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 6b3fc1bc5..127376d76 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -86,7 +86,6 @@ Kirigami.ScrollablePage { action: Kirigami.Action { id: enterRoomAction onTriggered: { - console.log(RoomType.Invited) if (category === RoomType.Invited) { roomManager.openInvitation(currentRoom); } else {