Skip to content

Commit ea36f4f

Browse files
committed
rm pdb
1 parent 3a3d748 commit ea36f4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

robot_descriptions/loaders/mujoco.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def load_robot_description(
4040

4141
def load_model_from_path(path):
4242
try:
43-
import pdb; pdb.set_trace()
44-
4543
return mujoco.MjModel.from_xml_path(path)
4644
except ValueError:
4745
print(f"{path} not found. Loading default robot model.")

0 commit comments

Comments
 (0)