removed debug

This commit is contained in:
ZappoMan 2013-10-24 10:48:17 -07:00
parent 80701b93d5
commit 9cd04af1ae

View file

@ -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...
}