mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Remove debug logging
This commit is contained in:
parent
cc73649ef8
commit
2a1f1a4855
1 changed files with 0 additions and 3 deletions
|
@ -398,7 +398,6 @@ void AvatarManager::buildPhysicsTransaction(PhysicsEngine::Transaction& transact
|
|||
transaction.objectsToRemove.push_back(avatar->_motionState);
|
||||
avatar->_motionState = nullptr;
|
||||
auto& detailedMotionStates = avatar->getDetailedMotionStates();
|
||||
qDebug() << "Deleting " << detailedMotionStates.size() << "Motion states";
|
||||
for (auto& mState : detailedMotionStates) {
|
||||
transaction.objectsToRemove.push_back(mState);
|
||||
}
|
||||
|
@ -426,8 +425,6 @@ void AvatarManager::buildPhysicsTransaction(PhysicsEngine::Transaction& transact
|
|||
} else {
|
||||
failedShapeBuilds.insert(avatar);
|
||||
}
|
||||
|
||||
qDebug() << "Adding " << avatar->getDetailedMotionStates().size() << " Motion states";
|
||||
}
|
||||
} else if (isInPhysics) {
|
||||
transaction.objectsToChange.push_back(avatar->_motionState);
|
||||
|
|
Loading…
Reference in a new issue