mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
address @flub comments
This commit is contained in:
@@ -43,7 +43,6 @@ use self::cmdline::*;
|
||||
|
||||
fn receive_event(_context: &Context, event: Event) -> libc::uintptr_t {
|
||||
match event {
|
||||
Event::GetString { .. } => {}
|
||||
Event::Info(msg) => {
|
||||
/* do not show the event as this would fill the screen */
|
||||
println!("{}", msg);
|
||||
|
||||
Reference in New Issue
Block a user