Kaynağa Gözat

Removed debug output

uenz 5 yıl önce
ebeveyn
işleme
d8880653a4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tclCommands/TclCommandMillDrills.py

+ 1 - 1
tclCommands/TclCommandMillDrills.py

@@ -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: