diff --git a/.config/quickshell/services/HyprlandKeybinds.qml b/.config/quickshell/services/HyprlandKeybinds.qml index 72d2dce3..81c63a08 100644 --- a/.config/quickshell/services/HyprlandKeybinds.qml +++ b/.config/quickshell/services/HyprlandKeybinds.qml @@ -28,7 +28,6 @@ Singleton { target: Hyprland function onRawEvent(event) { - console.log("[CheatsheetKeybinds] Event:", event.name) if (event.name == "configreloaded") { getDefaultKeybinds.running = true getUserKeybinds.running = true