Skip to content

Commit 0d4bfb4

Browse files
commented print statement
1 parent 22f239a commit 0d4bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acsl_pychrono/simulation/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def debugPrints(self, time_now: float, simulation_time: float):
753753
'Simulation time', time_now,
754754
'Time the simulation is taking', simulation_time
755755
)
756-
print("m_ball1.GetMass(): ", self.m_ball1.GetMass())
756+
# print("m_ball1.GetMass(): ", self.m_ball1.GetMass())
757757
Utils.printControllerDebugInfo(
758758
self.controller, time_now, self.flight_params,
759759
print_console_flag=False

0 commit comments

Comments
 (0)