From fa147ccb8135ed1895318a508647ad30cbc00592 Mon Sep 17 00:00:00 2001 From: jahruz67 Date: Tue, 19 May 2026 18:23:05 -0700 Subject: [PATCH] fix: remove unused log import from hotkey_linux_portal.go --- internal/xhotkey/hotkey_linux_portal.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/xhotkey/hotkey_linux_portal.go b/internal/xhotkey/hotkey_linux_portal.go index e70e495..7e751fb 100644 --- a/internal/xhotkey/hotkey_linux_portal.go +++ b/internal/xhotkey/hotkey_linux_portal.go @@ -7,7 +7,6 @@ import ( "encoding/hex" "errors" "fmt" - "log" "os" "strings" "time"