mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
Remove unnecessary log
This commit is contained in:
parent
afa9cda9bd
commit
a3279de93a
1 changed files with 0 additions and 1 deletions
|
|
@ -595,7 +595,6 @@ pub fn handle_key(evt: &KeyEvent) {
|
|||
QUEUE.exec_async(move || handle_key_(&evt));
|
||||
return;
|
||||
}
|
||||
log::info!("{:?}", evt);
|
||||
handle_key_(evt);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue