diff --git a/src/x11/window.rs b/src/x11/window.rs index 946f240..caceaa4 100644 --- a/src/x11/window.rs +++ b/src/x11/window.rs @@ -426,9 +426,7 @@ impl Window { ); } - _ => { - println!("Unhandled event type: {:?}", event_type); - } + _ => {} } } }