diff --git a/examples/window.rs b/examples/window.rs index 39dd0147..4d540359 100644 --- a/examples/window.rs +++ b/examples/window.rs @@ -23,8 +23,6 @@ fn main() { while !window.should_close() { println!("{}", window.wait_events()); - println!("pos: {}", window.get_position()); - gl::Clear(gl::COLOR_BUFFER_BIT); window.swap_buffers();