mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 11:07:50 +02:00
remove DS check in debug
This commit is contained in:
parent
f8c479f9c5
commit
41e2ce2b19
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ void ThreadedAssignment::checkInWithDomainServerOrExit() {
|
|||
if (NodeList::getInstance()->getNumNoReplyDomainCheckIns() == MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
||||
setFinished(true);
|
||||
} else {
|
||||
qDebug() << "Sending DS check in. There are" << NodeList::getInstance()->getNumNoReplyDomainCheckIns() << "unreplied.";
|
||||
NodeList::getInstance()->sendDomainServerCheckIn();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue