chore: remove debug code

This commit is contained in:
huzibaca 2024-11-16 07:35:34 +08:00
parent 1e3c995e6a
commit c79a7a7f6f

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