From 62b59b7ccc877b1991757f36348ecccc9410e683 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 15 Apr 2015 11:02:12 -0700 Subject: [PATCH] remove uneeded debug print --- libraries/entities/src/EntityTreeElement.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/entities/src/EntityTreeElement.cpp b/libraries/entities/src/EntityTreeElement.cpp index d6d5c68ff9..93c69c9c61 100644 --- a/libraries/entities/src/EntityTreeElement.cpp +++ b/libraries/entities/src/EntityTreeElement.cpp @@ -740,9 +740,7 @@ int EntityTreeElement::readElementDataFromBuffer(const unsigned char* data, int auto nodeList = DependencyManager::get(); 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);