mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
removed debug for queued check-ins
This commit is contained in:
parent
e50e75cba7
commit
5551a05261
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue