We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaf323 commit cf253a7Copy full SHA for cf253a7
mesact/src/libmesact/check.py
@@ -154,7 +154,6 @@ def checkit(parent):
154
configErrors.append(f'\tJoint {j} Max Following Error must not be blank')
155
156
if getattr(parent, f'c{i}_settings_{j}').isTabVisible(2): # Stepgen Tab
157
- print(f'c{i}_settings_{j}')
158
#if not getattr(parent, f'c{i}_drive_{j}').currentData():
159
# tabError = True
160
# configErrors.append(f'\tJoint {j} Stepgen Type must not be blank')
0 commit comments