style: Remove key log

This commit is contained in:
Asura 2022-07-04 17:50:47 +08:00 committed by GitHub
parent 082f851d4b
commit 80a41e2ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,6 @@ impl Handler {
KeyRelease(k) => (k, 0),
_ => return,
};
log::debug!("{:?}", key);
let alt = get_key_state(enigo::Key::Alt);
#[cfg(windows)]
let ctrl = {