Merge pull request #63 from glowcoil/remove-x11-prints
remove print on unhandled event (produces too much spam)
This commit is contained in:
commit
6f81e28d90
|
@ -426,9 +426,7 @@ impl Window {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
_ => {
|
_ => {}
|
||||||
println!("Unhandled event type: {:?}", event_type);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue