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)