removed keyboard packet print statment

This commit is contained in:
Diego Waxemberg 2013-12-07 22:14:35 -05:00
parent 35476e2c28
commit 895c123b13

View File

@ -65,7 +65,6 @@ public class NvController {
public void sendKeyboardInput(short keyMap, byte keyDirection) throws IOException
{
System.out.println("sending keyboard packet");
out.write(new KeyboardPacket(keyMap, keyDirection).toWire());
out.flush();
}