diff --git a/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java b/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java index 1e9fda5f..aad5cc96 100644 --- a/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java +++ b/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java @@ -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 i = queue.iterator(); while (i.hasNext()) {