1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

window: wayland: tidy up some debugging

This commit is contained in:
Wez Furlong 2019-11-30 13:32:45 -08:00
parent 18d9fabe9f
commit fb54329f6b

View File

@ -174,11 +174,6 @@ impl WaylandWindow {
dpi
);
});
log::error!(
"window_id {} made new surface id={}",
window_id,
surface.as_ref().id()
);
let dimensions = (width as u32, height as u32);
let pending_event = Arc::new(Mutex::new(PendingEvent::default()));
@ -248,8 +243,6 @@ impl WaylandWindow {
impl WaylandWindowInner {
pub(crate) fn handle_keyboard_event(&mut self, evt: KeyboardEvent) {
log::error!("window: {} key: {:?}", self.window_id, evt);
match evt {
KeyboardEvent::Key {
rawkey,