diff --git a/src/systems/physics/Physics.cc b/src/systems/physics/Physics.cc index 2a048485860..cd8ec4d4715 100644 --- a/src/systems/physics/Physics.cc +++ b/src/systems/physics/Physics.cc @@ -3706,8 +3706,6 @@ void PhysicsPrivate::UpdateSim(EntityComponentManager &_ecm, ++i) { _jointForce->Data()[i] = jointPhys->GetForce(i); - gzmsg << "JointForce: " << _jointForce->Data()[i] - << std::endl; } } return true;