mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-08 07:24:31 +01:00
Remove superflous comment in rename_author
This commit is contained in:
parent
51d866063a
commit
8eaecf28ee
1 changed files with 0 additions and 1 deletions
|
|
@ -2772,7 +2772,6 @@ def rename_author(self, old_id, new_name):
|
|||
self.set_author_sort(book_id, ss)
|
||||
# the caller will do a general refresh, so we don't need to
|
||||
# do one here
|
||||
# Now delete the old author from the DB
|
||||
return new_id
|
||||
|
||||
# end convenience methods
|
||||
|
|
|
|||
Loading…
Reference in a new issue