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