remove print

This commit is contained in:
MikeTheWatchGuy 2019-01-11 09:57:22 -05:00
parent cb33cd7701
commit 3c3523c656
1 changed files with 0 additions and 1 deletions

View File

@ -5391,7 +5391,6 @@ def PackFormIntoFrame(window, containing_frame, toplevel_win):
except:
width = element.DefaultColumnWidth
# treeview.column(heading, width=width * CharWidthInPixels(), anchor=anchor)
print(element.TreeData)
def add_treeview_data(node, widget):
# print(f'Inserting {node.key} under parent {node.parent}')
child = QTreeWidgetItem(widget)