Remove debug printlns
This commit is contained in:
parent
ec4a9a0578
commit
502a99c5f9
|
@ -117,9 +117,6 @@ impl KbdInternal {
|
||||||
// broken keycode system, which starts at 8.
|
// broken keycode system, which starts at 8.
|
||||||
let state_components = self.state.update_key(keycode + 8, direction);
|
let state_components = self.state.update_key(keycode + 8, direction);
|
||||||
|
|
||||||
println!("KEYCODE: {}", keycode);
|
|
||||||
println!("MODS: {:b}", state_components);
|
|
||||||
|
|
||||||
if state_components != 0 {
|
if state_components != 0 {
|
||||||
self.mods_state.update_with(&self.state);
|
self.mods_state.update_with(&self.state);
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in New Issue