remove SendQueue fast re-transmit debug

This commit is contained in:
Stephen Birarda 2016-09-28 10:23:18 -07:00
parent 6d69a0dc71
commit e7c0ed035f

View file

@ -186,8 +186,6 @@ void SendQueue::fastRetransmit(udt::SequenceNumber ack) {
_naks.insert(ack, ack);
}
qDebug() << "Added" << (uint32_t) ack << "for fast retransmit";
// call notify_one on the condition_variable_any in case the send thread is sleeping waiting for losses to re-send
_emptyCondition.notify_one();
}