فهرست منبع

- 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]
                                 new_tools_dict[orig_tool]['data'][d] = db_tool_val['data'][d]
 
 
             self.excellon_tools = new_tools_dict
             self.excellon_tools = new_tools_dict
-            for td in self.excellon_tools:
-                print(td, self.excellon_tools[td])
             self.build_tool_ui()
             self.build_tool_ui()
 
 
     def on_toggle_all_rows(self):
     def on_toggle_all_rows(self):