diff options
Diffstat (limited to 'examples/window.rs')
-rw-r--r-- | examples/window.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/window.rs b/examples/window.rs index 39dd014..4d54035 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(); |