Skip to content

Commit 8e1247c

Browse files
Clean up debug instructions from example
1 parent cec63db commit 8e1247c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/all_humanoids.py

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
q[0] = row * GRID_SPACING # [m]
5151
q[1] = column * GRID_SPACING # [m]
5252
robot.display(q)
53-
print(f"Displaying {name=}")
54-
input("Press Enter to close MeshCat and terminate... ")
5553

5654
print(f"Displaying {nb_humanoids} humanoid robot descriptions")
5755
input("Press Enter to close MeshCat and terminate... ")

0 commit comments

Comments
 (0)