remove debugging print

This commit is contained in:
Seth Alves 2015-06-15 11:24:29 -07:00
parent c1668553fd
commit 5f3b902798

View file

@ -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;
}