From dd179f8fb33c6ccb8079e8883e8c79eef8324007 Mon Sep 17 00:00:00 2001 From: GRiker Date: Tue, 3 Jul 2012 04:55:59 -0600 Subject: [PATCH] removed unneeded debug info --- src/calibre/library/catalogs/epub_mobi_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/catalogs/epub_mobi_builder.py b/src/calibre/library/catalogs/epub_mobi_builder.py index fe0645897d..6267651aff 100644 --- a/src/calibre/library/catalogs/epub_mobi_builder.py +++ b/src/calibre/library/catalogs/epub_mobi_builder.py @@ -782,7 +782,7 @@ Author '{0}': if len(titles): self.booksByTitle = sorted(titles, key=lambda x:(x['title_sort'].upper(), x['title_sort'].upper())) - if True and self.verbose: + if False and self.verbose: self.opts.log.info("fetchBooksByTitle(): %d books" % len(self.booksByTitle)) self.opts.log.info(" %-40s %-40s" % ('title', 'title_sort')) for title in self.booksByTitle: