remove a print

This commit is contained in:
stjet
2025-02-08 18:03:32 +00:00
parent 45b24aa9cc
commit 1e4fdeb363

View File

@@ -616,7 +616,6 @@ impl WindowManager {
} }
}, },
WindowManagerMessage::Touch(x, y) => { WindowManagerMessage::Touch(x, y) => {
println!("{}, {}", x, y);
if x < 100 && y < 100 { if x < 100 && y < 100 {
//toggle onscreen keyboard if top left keyboard clicked //toggle onscreen keyboard if top left keyboard clicked
if self.osk.is_some() { if self.osk.is_some() {