mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
remove uneeded debug print
This commit is contained in:
parent
afca5440f0
commit
62b59b7ccc
1 changed files with 1 additions and 3 deletions
|
@ -740,9 +740,7 @@ int EntityTreeElement::readElementDataFromBuffer(const unsigned char* data, int
|
|||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
QString myNodeID = nodeList->getSessionUUID().toString();
|
||||
if (entityItem && entityItem->getSimulatorID() == myNodeID) {
|
||||
// do nothing, this was echoed back to us
|
||||
qDebug() << "IGNORING ECHOED ENTITY UPDATE";
|
||||
// _myTree->entityChanged(entityItem);
|
||||
// do nothing, this was echoed back to us by the entity server
|
||||
} else if (entityItem) {
|
||||
QString entityScriptBefore = entityItem->getScript();
|
||||
bool bestFitBefore = bestFitEntityBounds(entityItem);
|
||||
|
|
Loading…
Reference in a new issue