removed debug for queued check-ins

This commit is contained in:
Stephen Birarda 2016-01-27 11:49:21 -08:00
parent e50e75cba7
commit 5551a05261

View file

@ -107,8 +107,6 @@ void ThreadedAssignment::sendStatsPacket() {
}
void ThreadedAssignment::checkInWithDomainServerOrExit() {
qDebug() << "WE ARE AT" << _numQueuedCheckIns << "queued check-ins";
// verify that the number of queued check-ins is not >= our max
// the number of queued check-ins is cleared anytime we get a response from the domain-server
if (_numQueuedCheckIns >= MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {