mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
remove debug statement
This commit is contained in:
parent
79239c89b7
commit
d558f08a74
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue