mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-16 22:01:14 +00:00
Remove an old debug message
This commit is contained in:
@@ -193,8 +193,6 @@ public class RtpReorderQueue {
|
|||||||
public RtpPacketFields getQueuedPacket() {
|
public RtpPacketFields getQueuedPacket() {
|
||||||
RtpQueueEntry queuedEntry = null;
|
RtpQueueEntry queuedEntry = null;
|
||||||
|
|
||||||
System.out.println("Pulling from reordered queue");
|
|
||||||
|
|
||||||
// Find the matching entry
|
// Find the matching entry
|
||||||
Iterator<RtpQueueEntry> i = queue.iterator();
|
Iterator<RtpQueueEntry> i = queue.iterator();
|
||||||
while (i.hasNext()) {
|
while (i.hasNext()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user