- deleting some prints

This commit is contained in:
Marius Stanciu 2020-07-13 03:06:29 +03:00
parent 22d05935e8
commit ed96f97d9a
1 changed files with 0 additions and 2 deletions

View File

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