10000 removed print · weizx208/robotics-toolbox-python@56e026f · GitHub
[go: up one dir, main page]

Skip to content

Commit 56e026f

Browse files
committed
removed print
1 parent 2c043a5 commit 56e026f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roboticstoolbox/robot/Link.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,6 @@ def isprismatic(self) -> bool:
829829
:return: True if is prismatic
830830
:rtype: bool
831831
"""
832-
print(self.v)
833832
return self.v.istranslation if self.v else False
834833

835834
@property

0 commit comments

Comments
 (0)
0