remove debug line

This commit is contained in:
David Back 2018-02-02 16:46:12 -08:00
parent 900669d937
commit 1e7717b491

View file

@ -1518,8 +1518,6 @@ AABox EntityItem::getAABox(bool& success) const {
} else {
success = true;
}
if (_cachedAABox.getCorner().x > -85.0f || _cachedAABox.getCorner().x < -86.0f)
qDebug() << "_cachedAABox corner " << _cachedAABox.getCorner().x << " " << _cachedAABox.getCorner().y << " " << _cachedAABox.getCorner().z;
return _cachedAABox;
}