mirror of
https://github.com/badvision/jace.git
synced 2025-01-14 17:30:42 +00:00
Removed debug line
This commit is contained in:
parent
b9fcc6d82d
commit
61356782b6
@ -256,7 +256,6 @@ public class Keyboard implements Reconfigurable {
|
||||
if (c == 255) {
|
||||
return;
|
||||
}
|
||||
System.out.println("Ctrl: "+(c&0x01f));
|
||||
c = (char) (c & 0x01f);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user