Removed debug line

This commit is contained in:
Brendan Robert 2016-01-13 22:25:35 -06:00
parent b9fcc6d82d
commit 61356782b6

View File

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