mirror of
https://github.com/overte-org/overte.git
synced 2025-07-04 09:49:54 +02:00
remove spammy logging
This commit is contained in:
parent
677b54e240
commit
a55c723842
1 changed files with 0 additions and 7 deletions
|
@ -673,13 +673,6 @@ void NodeList::processDomainServerList(QSharedPointer<ReceivedMessage> message)
|
||||||
// refuse to process this packet if we aren't currently connected to the DS
|
// refuse to process this packet if we aren't currently connected to the DS
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#ifdef DEBUG_EVENT_QUEUE
|
|
||||||
{
|
|
||||||
int nodeListQueueSize = ::hifi::qt::getEventQueueSize(thread());
|
|
||||||
qCDebug(networking) << "DomainList received, pending count =" << _domainHandler.getCheckInPacketsSinceLastReply()
|
|
||||||
<< "NodeList thread event queue size =" << nodeListQueueSize;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// warn if ping lag is getting long
|
// warn if ping lag is getting long
|
||||||
if (pingLagTime > qint64(MSECS_PER_SECOND)) {
|
if (pingLagTime > qint64(MSECS_PER_SECOND)) {
|
||||||
|
|
Loading…
Reference in a new issue