mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 14:46:15 +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 {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue