mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 10:31:29 +03:00
style: Remove key log
This commit is contained in:
@@ -276,7 +276,6 @@ impl Handler {
|
|||||||
KeyRelease(k) => (k, 0),
|
KeyRelease(k) => (k, 0),
|
||||||
_ => return,
|
_ => return,
|
||||||
};
|
};
|
||||||
log::debug!("{:?}", key);
|
|
||||||
let alt = get_key_state(enigo::Key::Alt);
|
let alt = get_key_state(enigo::Key::Alt);
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
let ctrl = {
|
let ctrl = {
|
||||||
|
|||||||
Reference in New Issue
Block a user