mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Remove an old debug message
This commit is contained in:
parent
b76495fa8f
commit
7ecac185ac
@ -193,8 +193,6 @@ public class RtpReorderQueue {
|
||||
public RtpPacketFields getQueuedPacket() {
|
||||
RtpQueueEntry queuedEntry = null;
|
||||
|
||||
System.out.println("Pulling from reordered queue");
|
||||
|
||||
// Find the matching entry
|
||||
Iterator<RtpQueueEntry> i = queue.iterator();
|
||||
while (i.hasNext()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user