mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
remove debugging print
This commit is contained in:
parent
c1668553fd
commit
5f3b902798
1 changed files with 0 additions and 2 deletions
|
@ -350,8 +350,6 @@ OctreeElement::AppendState EntityTreeElement::appendElementData(OctreePacketData
|
|||
}
|
||||
} else {
|
||||
// we we couldn't add the entity count, then we couldn't add anything for this element and we're in a NONE state
|
||||
if (this == _myTree->getRoot())
|
||||
qDebug() << "OctreeElement::NONE 0";;
|
||||
appendElementState = OctreeElement::NONE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue