mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 21:54:17 +01:00
Remove print statements
This commit is contained in:
parent
ed9be9802e
commit
64a3f0e0c7
1 changed files with 0 additions and 3 deletions
|
|
@ -546,12 +546,9 @@ def process_one_node(category, collapse_model, state_map): # {{{
|
|||
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…
Reference in a new issue