Remove debug output

This commit is contained in:
Carl Schwan
2020-11-19 09:25:47 +01:00
parent 4e2b68dc0a
commit 011fc052f4
2 changed files with 0 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ Kirigami.ScrollablePage {
action: Kirigami.Action {
id: enterRoomAction
onTriggered: {
console.log(RoomType.Invited)
if (category === RoomType.Invited) {
roomManager.openInvitation(currentRoom);
} else {