Skip to content

Commit

Permalink
[Python] Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Sep 28, 2016
1 parent 592ed91 commit c3ab338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/scripts/robot_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def __init__(self, filename, package_dirs=None, root_joint=None, verbose=False):
self.data = self.model.createData()
self.model_filename = filename

print dir(se3)
if "buildGeomFromUrdf" not in dir(se3):
self.collision_model = None
self.visual_model = None
Expand Down

0 comments on commit c3ab338

Please sign in to comment.