Remove forgotten console.log

This commit is contained in:
2025-10-13 14:43:05 -03:00
parent 23eb623fae
commit f80abc48ae

View File

@@ -77,7 +77,6 @@ Item {
NotificationService.manualNotificationsMuted = !NotificationService.manualNotificationsMuted;
return;
}
console.log(root.createWindow);
root.createWindow = !root.createWindow;
}
}