Remove some leftover debug logging

This commit is contained in:
Tobias Fella
2024-10-10 22:06:19 +02:00
parent eb900a5c2c
commit a2afaf40cd
3 changed files with 0 additions and 3 deletions

View File

@@ -95,7 +95,6 @@ void RoomTreeModel::newRoom(Room *r)
parentItem->insertChild(std::make_unique<RoomTreeItem>(room, parentItem));
connectRoomSignals(room);
endInsertRows();
qWarning() << "adding room" << type << "new count" << parentItem->childCount();
}
void RoomTreeModel::leftRoom(Room *r)

View File

@@ -43,7 +43,6 @@ Kirigami.Dialog {
}
}
root.room.setJoinRule("restricted", ids);
console.warn(ids);
}
QQC2.ButtonGroup {

View File

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