mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Remove print statement
This commit is contained in:
parent
91cd75909e
commit
f299bf01ad
@ -721,7 +721,6 @@ class TagBrowserMixin(object): # {{{
|
||||
if rename_func:
|
||||
for text in to_rename:
|
||||
for old_id in to_rename[text]:
|
||||
print 'rename', old_id, text
|
||||
rename_func(old_id, new_name=unicode(text))
|
||||
for item in to_delete:
|
||||
delete_func(item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user