mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-03 23:44:06 +02:00
removed some dead code
This commit is contained in:
parent
542019a491
commit
a8fff62832
1 changed files with 0 additions and 12 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue