mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
remove debug in OctreeSendThread
This commit is contained in:
parent
5fbdc94c66
commit
a86be14b8c
1 changed files with 0 additions and 4 deletions
|
@ -452,10 +452,6 @@ int OctreeSendThread::packetDistributor(SharedNodePointer node, OctreeQueryNode*
|
|||
// are reported to client. Since you can encode without the lock
|
||||
nodeData->stats.encodeStarted();
|
||||
|
||||
if (node->getType() == NodeType::EntityScriptServer) {
|
||||
qDebug() << "Encoding tree bitstream for" << node->getUUID();
|
||||
}
|
||||
|
||||
bytesWritten = _myServer->getOctree()->encodeTreeBitstream(subTree, &_packetData, nodeData->elementBag, params);
|
||||
|
||||
quint64 encodeEnd = usecTimestampNow();
|
||||
|
|
Loading…
Reference in a new issue