mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:03:35 +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() {
|
void ThreadedAssignment::checkInWithDomainServerOrExit() {
|
||||||
qDebug() << "WE ARE AT" << _numQueuedCheckIns << "queued check-ins";
|
|
||||||
|
|
||||||
// verify that the number of queued check-ins is not >= our max
|
// 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
|
// 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) {
|
if (_numQueuedCheckIns >= MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
||||||
|
|
Loading…
Reference in a new issue