diff --git a/libraries/entities-renderer/src/RenderableModelEntityItem.cpp b/libraries/entities-renderer/src/RenderableModelEntityItem.cpp index fb79b8d5b2..57dcf3d519 100644 --- a/libraries/entities-renderer/src/RenderableModelEntityItem.cpp +++ b/libraries/entities-renderer/src/RenderableModelEntityItem.cpp @@ -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 ||