mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
remove unneeded debug print
This commit is contained in:
parent
6903904267
commit
c9eacd2197
1 changed files with 0 additions and 1 deletions
|
@ -1057,7 +1057,6 @@ public:
|
|||
return true;
|
||||
}
|
||||
bool postRecursion(OctreeElement* element) {
|
||||
qDebug() << " in ToMapOperator::preRecursion";
|
||||
EntityTreeElement* entityTreeElement = static_cast<EntityTreeElement*>(element);
|
||||
const QList<EntityItem*>& entities = entityTreeElement->getEntities();
|
||||
// XXX is this causing a lot of copying?
|
||||
|
|
Loading…
Reference in a new issue