소스 검색

- deleting some prints

Marius Stanciu 5 년 전
부모
커밋
ed96f97d9a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      appTools/ToolDrilling.py

+ 0 - 2
appTools/ToolDrilling.py

@@ -869,8 +869,6 @@ class ToolDrilling(AppTool, Excellon):
                                 new_tools_dict[orig_tool]['data'][d] = db_tool_val['data'][d]
 
             self.excellon_tools = new_tools_dict
-            for td in self.excellon_tools:
-                print(td, self.excellon_tools[td])
             self.build_tool_ui()
 
     def on_toggle_all_rows(self):