From 889ea36ca4a844e7aafbd93ef15dec50153d45fb Mon Sep 17 00:00:00 2001 From: Davide Graziato Date: Fri, 12 Apr 2024 11:20:00 +0200 Subject: [PATCH] fix --- src/systems/physics/Physics.cc | 2 -- 1 file changed, 2 deletions(-) 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;