mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +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() {
|
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()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user