From 1249ebed803993078f4c11e5d2565477bdaeccf5 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Wed, 30 Jul 2014 13:27:31 +0200 Subject: Remove printing position in example --- examples/window.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') 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(); -- cgit v1.2.3