mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01: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;
|
return true;
|
||||||
}
|
}
|
||||||
bool postRecursion(OctreeElement* element) {
|
bool postRecursion(OctreeElement* element) {
|
||||||
qDebug() << " in ToMapOperator::preRecursion";
|
|
||||||
EntityTreeElement* entityTreeElement = static_cast<EntityTreeElement*>(element);
|
EntityTreeElement* entityTreeElement = static_cast<EntityTreeElement*>(element);
|
||||||
const QList<EntityItem*>& entities = entityTreeElement->getEntities();
|
const QList<EntityItem*>& entities = entityTreeElement->getEntities();
|
||||||
// XXX is this causing a lot of copying?
|
// XXX is this causing a lot of copying?
|
||||||
|
|
Loading…
Reference in a new issue