From 6dc3b7ff92dc616ff71b1d4aaaf5fc8f047211b0 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 16 May 2025 22:28:30 +0200 Subject: [PATCH] quickshell: keybinds: remove debug print --- .config/quickshell/services/HyprlandKeybinds.qml | 1 - 1 file changed, 1 deletion(-) 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