chore: remove debug code

This commit is contained in:
huzibaca 2024-11-16 07:35:34 +08:00
parent 114d5ab541
commit eb78af7c77
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -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)?;
}