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…
Add table
Add a link
Reference in a new issue