Remove some debugging code accidentally left in...

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent bceb05148c
commit 9657eed64a

@ -87,14 +87,6 @@ namespace Akela {
if (keyState & INJECTED)
return mappedKey;
if (key_toggled_on (keyState)) {
Serial.print ("isModifier=");
Serial.print (isModifier (mappedKey));
Serial.print ("; isLayerKey=");
Serial.println (isLayerKey (mappedKey));
}
if (!isModifier (mappedKey) && !isLayerKey (mappedKey))
return mappedKey;

Loading…
Cancel
Save