Skip to content

Commit

Permalink
Removed python trace (#2123)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Sep 12, 2023
1 parent 5fbfcf7 commit 4135cd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/scripts/python_api/systems/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def pre_update(self, info, ecm):
return

if info.iterations % 3000 == 0:
print(f"{self.id} {info.real_time} pre_update")

self.link.add_world_force(
ecm, Vector3d(0, 0, self.force),
Vector3d(random.random(), random.random(), 0))
Expand Down
2 changes: 0 additions & 2 deletions tutorials/python_interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ class TestSystem(object):
return

if info.iterations % 3000 == 0:
print(f"{self.id} {info.real_time} pre_update")

self.link.add_world_force(
ecm, Vector3d(0, 0, self.force),
Vector3d(random.random(), random.random(), 0))
Expand Down

0 comments on commit 4135cd1

Please sign in to comment.