From 7ecac185accd89eed06d3642379a2ca974d61542 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 6 Aug 2014 15:53:38 -0700 Subject: [PATCH] Remove an old debug message --- .../src/com/limelight/nvstream/av/RtpReorderQueue.java | 2 -- 1 file changed, 2 deletions(-) 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()) {