Remove debug message

This commit is contained in:
Tobias Fella
2020-11-10 20:34:44 +01:00
parent cc5320723f
commit 99f2127c3f

View File

@@ -85,7 +85,6 @@ Kirigami.ApplicationWindow {
onConnectionAdded: {
if (Controller.accountCount === 1) {
console.log("roomListComponent")
pageStack.replace(roomListComponent);
}
}