Removed debug output

This commit is contained in:
uenz 2020-12-28 22:27:03 +01:00
parent 980339e917
commit d8880653a4
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class TclCommandMillDrills(TclCommandSignaled):
try:
# 'name' is not an argument of obj.generate_milling()
del args['name']
print(args)
# This runs in the background... Is blocking handled?
success, msg = obj.generate_milling_drills(plot=False, **args)
except Exception as e: