mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
removed debug
This commit is contained in:
parent
80701b93d5
commit
9cd04af1ae
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ void VoxelSendThread::handlePacketSend(Node* node, VoxelNodeData* nodeData, int&
|
|||
// obscure the packet and not send it. This allows the callers and upper level logic to not need to know about
|
||||
// this rate control savings.
|
||||
if (nodeData->shouldSuppressDuplicatePacket()) {
|
||||
printf ("handlePacketSend() silently ate the last packet which was a duplicate...\n");
|
||||
return; // without sending...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue