diff --git a/libraries/networking/src/NodeList.cpp b/libraries/networking/src/NodeList.cpp index 3a896afe9b..038d656dbb 100644 --- a/libraries/networking/src/NodeList.cpp +++ b/libraries/networking/src/NodeList.cpp @@ -673,13 +673,6 @@ void NodeList::processDomainServerList(QSharedPointer message) // refuse to process this packet if we aren't currently connected to the DS 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 if (pingLagTime > qint64(MSECS_PER_SECOND)) {