mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 16:53:31 +02:00
removed some debug code
This commit is contained in:
parent
132b043d68
commit
ef2d0e97da
1 changed files with 0 additions and 1 deletions
|
@ -838,7 +838,6 @@ void AnimationServer::readPendingDatagrams() {
|
|||
int headerBytes = numBytesForPacketHeader(packetData);
|
||||
// PACKET_TYPE_JURISDICTION, first byte is the node type...
|
||||
if (packetData[headerBytes] == NODE_TYPE_VOXEL_SERVER && ::jurisdictionListener) {
|
||||
//qDebug() << "calling ::jurisdictionListener->queueReceivedPacket(nodeSockAddr, packetData, receivedBytes);";
|
||||
::jurisdictionListener->queueReceivedPacket(nodeSockAddr, packetData, receivedBytes);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue