Silenced debug message

This commit is contained in:
Brendan Robert 2015-03-29 00:33:43 -05:00
parent 194ba729dc
commit 13483860b5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class Keyboard implements Reconfigurable {
keyHandlersByOwner.put(owner, new HashSet<>());
}
keyHandlersByOwner.get(owner).add(l);
System.out.println("Registered handler for "+l.getComboName()+"; code is "+l.getKeyName());
// System.out.println("Registered handler for "+l.getComboName()+"; code is "+l.getKeyName());
}
public static void unregisterAllHandlers(Object owner) {