소스 검색

Removed debug output

uenz 5 년 전
부모
커밋
d8880653a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: