mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
removed keyboard packet print statment
This commit is contained in:
parent
35476e2c28
commit
895c123b13
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user