mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-17 18:40:35 +02:00
remove debug line
This commit is contained in:
parent
900669d937
commit
1e7717b491
1 changed files with 0 additions and 2 deletions
|
@ -1518,8 +1518,6 @@ AABox EntityItem::getAABox(bool& success) const {
|
||||||
} else {
|
} else {
|
||||||
success = true;
|
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;
|
return _cachedAABox;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue