mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 03:18:47 +02:00
remove timing debug for DS check in
This commit is contained in:
parent
6d162ff7a7
commit
6ce8c12cb7
1 changed files with 0 additions and 5 deletions
|
@ -251,12 +251,7 @@ void AudioMixer::processDatagram(const QByteArray& dataByteArray, const HifiSock
|
|||
}
|
||||
}
|
||||
|
||||
timeval lastCall = {};
|
||||
|
||||
void AudioMixer::checkInWithDomainServerOrExit() {
|
||||
qDebug() << (usecTimestampNow() - usecTimestamp(&lastCall)) << "\n";
|
||||
gettimeofday(&lastCall, NULL);
|
||||
|
||||
if (NodeList::getInstance()->getNumNoReplyDomainCheckIns() == MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
||||
_isFinished = true;
|
||||
emit finished();
|
||||
|
|
Loading…
Reference in a new issue