diff options
author | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-07-30 13:27:31 +0200 |
---|---|---|
committer | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-07-30 13:27:31 +0200 |
commit | 1249ebed803993078f4c11e5d2565477bdaeccf5 (patch) | |
tree | 6afe9a3851302a47eca83a2e1e64c620474e76f9 /examples | |
parent | aa7d88dbda1d000ce6e7d2c315a7496ca0e08471 (diff) | |
download | glutin-1249ebed803993078f4c11e5d2565477bdaeccf5.tar.gz glutin-1249ebed803993078f4c11e5d2565477bdaeccf5.zip |
Remove printing position in example
Diffstat (limited to 'examples')
-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(); |