removed some dead code

This commit is contained in:
ZappoMan 2013-12-10 15:36:07 -08:00
parent 542019a491
commit a8fff62832

View file

@ -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());