diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index ea58718947..7dad50346b 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2665,16 +2665,8 @@ void Application::queryOctree(NODE_TYPE serverType, PACKET_TYPE packetType) { } } } - -//qDebug("LINE:%d -- Servers: total %d, in view %d, unknown jurisdiction %d \n", -// __LINE__, totalServers, inViewServers, unknownJurisdictionServers); - - } -//qDebug("LINE:%d -- Servers: total %d, in view %d, unknown jurisdiction %d \n", -// __LINE__, totalServers, inViewServers, unknownJurisdictionServers); - if (wantExtraDebugging && unknownJurisdictionServers > 0) { qDebug("Servers: total %d, in view %d, unknown jurisdiction %d \n", totalServers, inViewServers, unknownJurisdictionServers); @@ -2785,10 +2777,6 @@ void Application::queryOctree(NODE_TYPE serverType, PACKET_TYPE packetType) { int packetLength = endOfVoxelQueryPacket - voxelQueryPacket; - -//qDebug("LINE:%d -- nodeList->getNodeSocket().writeDatagram()... packetLength=%d \n", -// __LINE__, packetLength); - nodeList->getNodeSocket().writeDatagram((char*) voxelQueryPacket, packetLength, node->getActiveSocket()->getAddress(), node->getActiveSocket()->getPort());