diff --git a/src/models/roomtreemodel.cpp b/src/models/roomtreemodel.cpp index 3f7050aef..bfcfcd243 100644 --- a/src/models/roomtreemodel.cpp +++ b/src/models/roomtreemodel.cpp @@ -95,7 +95,6 @@ void RoomTreeModel::newRoom(Room *r) parentItem->insertChild(std::make_unique(room, parentItem)); connectRoomSignals(room); endInsertRows(); - qWarning() << "adding room" << type << "new count" << parentItem->childCount(); } void RoomTreeModel::leftRoom(Room *r) diff --git a/src/qml/SelectSpacesDialog.qml b/src/qml/SelectSpacesDialog.qml index 40872ec6a..3475eb96d 100644 --- a/src/qml/SelectSpacesDialog.qml +++ b/src/qml/SelectSpacesDialog.qml @@ -43,7 +43,6 @@ Kirigami.Dialog { } } root.room.setJoinRule("restricted", ids); - console.warn(ids); } QQC2.ButtonGroup { diff --git a/src/timeline/VideoComponent.qml b/src/timeline/VideoComponent.qml index bf95a89fb..cfb14df2e 100644 --- a/src/timeline/VideoComponent.qml +++ b/src/timeline/VideoComponent.qml @@ -94,7 +94,6 @@ Video { Component.onDestruction: root.stop() Component.onCompleted: { - console.warn("state", root.state) if (NeoChatConfig.hideImages && !Controller.isImageShown(root.eventId)) { root.state = "hidden"; }