diff --git a/src/window_manager.rs b/src/window_manager.rs index 42ff4f7..305d727 100644 --- a/src/window_manager.rs +++ b/src/window_manager.rs @@ -616,7 +616,6 @@ impl WindowManager { } }, WindowManagerMessage::Touch(x, y) => { - println!("{}, {}", x, y); if x < 100 && y < 100 { //toggle onscreen keyboard if top left keyboard clicked if self.osk.is_some() {