remove debug print

This commit is contained in:
end-4
2025-10-14 18:48:26 +02:00
parent 125d3c0a4d
commit a228c54dd5
@@ -133,7 +133,6 @@ Scope {
Connections {
target: Config
function onReadyChanged() {
print("lock after config")
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
Hyprland.dispatch("global quickshell:lock")
}
@@ -142,7 +141,6 @@ Scope {
Connections {
target: Persistent
function onReadyChanged() {
print("lock after persistent")
if (Config.options.lock.launchOnStartup && Config.ready && Persistent.ready && Persistent.isNewHyprlandInstance) {
Hyprland.dispatch("global quickshell:lock")
}