From eb78af7c7731c1212c1a7841e59f7dd361636405 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Sat, 16 Nov 2024 07:35:34 +0800 Subject: [PATCH] chore: remove debug code --- src-tauri/src/core/hotkey.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tauri/src/core/hotkey.rs b/src-tauri/src/core/hotkey.rs index 5ffd0466..de2d764c 100755 --- a/src-tauri/src/core/hotkey.rs +++ b/src-tauri/src/core/hotkey.rs @@ -49,7 +49,6 @@ impl Hotkey { let app_handle = handle::Handle::global().app_handle().unwrap(); let manager = app_handle.global_shortcut(); - dbg!(&hotkey); if manager.is_registered(hotkey) { manager.unregister(hotkey)?; }