mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 02:20:55 +00:00
removed keyboard packet print statment
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user