mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +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 {
|
} 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
|
// 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;
|
appendElementState = OctreeElement::NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue