From 70a131f04c9ebd1714d75ba345efb456701481dc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Sep 2018 07:16:22 +0530 Subject: [PATCH] Remove log entry about using worldcat.org since it no longer exists --- src/calibre/ebooks/metadata/sources/identify.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/ebooks/metadata/sources/identify.py b/src/calibre/ebooks/metadata/sources/identify.py index ba82788009..82c1ac31b6 100644 --- a/src/calibre/ebooks/metadata/sources/identify.py +++ b/src/calibre/ebooks/metadata/sources/identify.py @@ -495,8 +495,7 @@ def identify(log, abort, # {{{ log('The identify phase took %.2f seconds'%(time.time() - start_time)) log('The longest time (%f) was taken by:'%longest, lp) - log('Merging results from different sources and finding earliest ', - 'publication dates from the worldcat.org service') + log('Merging results from different sources') start_time = time.time() results = merge_identify_results(results, log)