Skip to content

Commit 208c55c

Browse files
committed
gladevcp: Remove debugging print from hal_actions.py
Signed-off-by: andypugh <andy@bodgesoc.org>
1 parent b49b304 commit 208c55c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/python/gladevcp/hal_actions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def is_all_homed(self):
8383
for i,h in enumerate(self.stat.homed):
8484
#Don't worry about joint to axis mapping
8585
if h: homed_count +=1
86-
print self.stat.joints
8786
if homed_count == self.stat.joints:
8887
return True
8988
return False

0 commit comments

Comments
 (0)