Remove printing position in example

This commit is contained in:
Tomaka17 2014-07-30 13:27:31 +02:00
parent aa7d88dbda
commit 1249ebed80

View file

@ -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();