Remove some leftover debug logging
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -43,7 +43,6 @@ Kirigami.Dialog {
|
||||
}
|
||||
}
|
||||
root.room.setJoinRule("restricted", ids);
|
||||
console.warn(ids);
|
||||
}
|
||||
|
||||
QQC2.ButtonGroup {
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user