Remove unwanted print
This commit is contained in:
parent
e98daedd6b
commit
a7d10cbed7
|
@ -160,7 +160,6 @@ extern "C" fn keypress_callback(
|
|||
// Send the char through the channel
|
||||
match string {
|
||||
Ok(string) => {
|
||||
println!("{}", string);
|
||||
let event = Event::Key(KeyEvent::Char(string));
|
||||
(*_self).send_channel.send(event).unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user