mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-03 22:46:03 +00:00
Remove an old debug message
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user