Skip to content

Commit 20cef21

Browse files
nimrod-gileadisaran-t
authored andcommitted
Remove unnecessary print statements.
PiperOrigin-RevId: 445428563 Change-Id: I9387cb5f8510434947a05736573f1cc119dfc809
1 parent f1d4bd1 commit 20cef21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dm_control/locomotion/walkers/legacy_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ def end_effectors_pos(self):
215215
"""Position of end effectors relative to torso, in the egocentric frame."""
216216
self._entity.end_effectors_pos_sensors[:] = []
217217
for effector in self._entity.end_effectors:
218-
print(effector.name)
219-
print(self._entity.root_body.tag)
220218
self._entity.end_effectors_pos_sensors.append(
221219
self._entity.mjcf_model.sensor.add(
222220
'framepos', name=effector.name + '_end_effector',

0 commit comments

Comments
 (0)