Remove debug printlns

This commit is contained in:
Victor Berger 2017-09-28 18:58:11 +02:00 committed by Victor Berger
parent ec4a9a0578
commit 502a99c5f9
1 changed files with 0 additions and 3 deletions

View File

@ -117,9 +117,6 @@ impl KbdInternal {
// broken keycode system, which starts at 8.
let state_components = self.state.update_key(keycode + 8, direction);
println!("KEYCODE: {}", keycode);
println!("MODS: {:b}", state_components);
if state_components != 0 {
self.mods_state.update_with(&self.state);
true