mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:04:13 +02:00
remove debug print
This commit is contained in:
parent
415f21c189
commit
7641b1e99d
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue