mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
Remove unnecessary log
This commit is contained in:
parent
afa9cda9bd
commit
a3279de93a
@ -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 New Issue
Block a user