mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove print statements
This commit is contained in:
parent
ed9be9802e
commit
64a3f0e0c7
@ -546,12 +546,9 @@ class TagsModel(QAbstractItemModel): # {{{
|
||||
return
|
||||
# }}}
|
||||
|
||||
import time
|
||||
start_time = time.time()
|
||||
for category in self.category_nodes:
|
||||
process_one_node(category, collapse_model,
|
||||
state_map.get(category.category_key, {}))
|
||||
print(time.time() - start_time)
|
||||
|
||||
def get_category_editor_data(self, category):
|
||||
for cat in self.root_item.children:
|
||||
|
Loading…
x
Reference in New Issue
Block a user