Skip to content

Commit cf253a7

Browse files
committed
remove debug print
Signed-off-by: John Thornton <[email protected]>
1 parent aeaf323 commit cf253a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mesact/src/libmesact/check.py

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def checkit(parent):
154154
configErrors.append(f'\tJoint {j} Max Following Error must not be blank')
155155

156156
if getattr(parent, f'c{i}_settings_{j}').isTabVisible(2): # Stepgen Tab
157-
print(f'c{i}_settings_{j}')
158157
#if not getattr(parent, f'c{i}_drive_{j}').currentData():
159158
# tabError = True
160159
# configErrors.append(f'\tJoint {j} Stepgen Type must not be blank')

0 commit comments

Comments
 (0)