Remove superflous comment in rename_author

This commit is contained in:
Charles Haley 2012-07-01 11:51:02 +02:00
parent 51d866063a
commit 8eaecf28ee

View File

@ -2772,7 +2772,6 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns):
self.set_author_sort(book_id, ss) self.set_author_sort(book_id, ss)
# the caller will do a general refresh, so we don't need to # the caller will do a general refresh, so we don't need to
# do one here # do one here
# Now delete the old author from the DB
return new_id return new_id
# end convenience methods # end convenience methods