diff --git a/src/main.rs b/src/main.rs index d984567..1527512 100644 --- a/src/main.rs +++ b/src/main.rs @@ -208,7 +208,6 @@ fn main() { mouse_lock.y = mouse_pixel.1; mouse_lock.held = input.mouse_held(0); if input.mouse_pressed(0) { - println!("Mouse click at {:?}", mouse_pixel); mouse_lock.click = true; } }