We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49b304 commit 208c55cCopy full SHA for 208c55c
1 file changed
lib/python/gladevcp/hal_actions.py
@@ -83,7 +83,6 @@ def is_all_homed(self):
83
for i,h in enumerate(self.stat.homed):
84
#Don't worry about joint to axis mapping
85
if h: homed_count +=1
86
- print self.stat.joints
87
if homed_count == self.stat.joints:
88
return True
89
return False
0 commit comments