remove debug print

This commit is contained in:
Seth Alves 2016-03-06 14:38:03 -08:00
parent b6a478d970
commit c95d1f68f6

View file

@ -340,10 +340,6 @@ void RenderableModelEntityItem::updateModelBounds() {
if (!hasModel() || !_model) {
return;
}
if (_model->getRegistrationPoint() != getRegistrationPoint()) {
qDebug() << "HERE: " << _model->getRegistrationPoint() << getRegistrationPoint();
}
bool movingOrAnimating = isMovingRelativeToParent() || isAnimatingSomething();
if ((movingOrAnimating ||
_needsInitialSimulation ||