diff --git a/qt/aqt/sidebar.py b/qt/aqt/sidebar.py index a4fcd8305..54a134801 100644 --- a/qt/aqt/sidebar.py +++ b/qt/aqt/sidebar.py @@ -617,7 +617,6 @@ class SidebarTreeView(QTreeView): self.setExpanded(parent, True) for row in range(m.rowCount(parent)): idx = m.index(row, 0, parent) - print(idx) self.setExpanded(idx, not collapsed) menu.addSeparator()