Remove an old debug message

This commit is contained in:
Cameron Gutman 2014-08-06 15:53:38 -07:00
parent b76495fa8f
commit 7ecac185ac

View File

@ -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()) {