remove debug print

This commit is contained in:
Seth Alves 2016-03-13 08:45:23 -07:00
parent 415f21c189
commit 7641b1e99d

View file

@ -457,7 +457,6 @@ void EntityTree::processRemovedEntities(const DeleteEntityOperator& theOperator)
foreach(const EntityToDeleteDetails& details, entities) {
EntityItemPointer theEntity = details.entity;
qDebug() << "processRemovedEntities on " << theEntity->getID() << theEntity->getName();
if (getIsServer()) {
QSet<EntityItemID> childrenIDs;
theEntity->forEachChild([&](SpatiallyNestablePointer child) {