From 8eaecf28ee515f8667a0f3c67739db2ce496a7cd Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sun, 1 Jul 2012 11:51:02 +0200 Subject: [PATCH] Remove superflous comment in rename_author --- src/calibre/library/database2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/library/database2.py b/src/calibre/library/database2.py index a8ad3b5d6b..32cb6737a8 100644 --- a/src/calibre/library/database2.py +++ b/src/calibre/library/database2.py @@ -2772,7 +2772,6 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns): 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