Remove unnecessary log

This commit is contained in:
Asura 2022-09-07 17:07:36 +08:00
parent afa9cda9bd
commit a3279de93a

View File

@ -595,7 +595,6 @@ pub fn handle_key(evt: &KeyEvent) {
QUEUE.exec_async(move || handle_key_(&evt));
return;
}
log::info!("{:?}", evt);
handle_key_(evt);
}