Remove leftover debug statement

This commit is contained in:
Tobias Fella
2023-08-06 00:51:28 +02:00
parent ab4bb41979
commit 88368cefaa

View File

@@ -242,7 +242,6 @@ Kirigami.ApplicationWindow {
function onInitiated() { function onInitiated() {
if (Controller.accountCount === 0) { if (Controller.accountCount === 0) {
console.warn("9")
pageStack.replace("qrc:/WelcomePage.qml", {}); pageStack.replace("qrc:/WelcomePage.qml", {});
} else if (!roomListLoaded) { } else if (!roomListLoaded) {
pageStack.replace(roomListComponent, { pageStack.replace(roomListComponent, {