Removed debug line

This commit is contained in:
Brendan Robert 2016-01-13 22:25:35 -06:00
parent b9fcc6d82d
commit 61356782b6
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ public class Keyboard implements Reconfigurable {
if (c == 255) {
return;
}
System.out.println("Ctrl: "+(c&0x01f));
c = (char) (c & 0x01f);
}