mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
style: Remove key log
This commit is contained in:
parent
082f851d4b
commit
80a41e2ecd
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue