Remove debug statement

This commit is contained in:
Jeremy Soller
2017-11-20 19:45:23 -07:00
parent ce05b12a7a
commit b7fe49ccd0
-2
View File
@@ -167,8 +167,6 @@ impl Screen for TextScreen {
},
ransid::Event::ScreenBuffer { .. } => (),
ransid::Event::Move {from_x, from_y, to_x, to_y, w, h } => {
println!("Move {}, {} to {}, {} size {}, {}", from_x, from_y, to_x, to_y, w, h);
let width = display.width;
let pixels = &mut display.offscreen;