Remove log entry about using worldcat.org since it no longer exists

This commit is contained in:
Kovid Goyal 2018-09-11 07:16:22 +05:30
parent 90ee3a5987
commit 70a131f04c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -495,8 +495,7 @@ def identify(log, abort, # {{{
log('The identify phase took %.2f seconds'%(time.time() - start_time)) log('The identify phase took %.2f seconds'%(time.time() - start_time))
log('The longest time (%f) was taken by:'%longest, lp) log('The longest time (%f) was taken by:'%longest, lp)
log('Merging results from different sources and finding earliest ', log('Merging results from different sources')
'publication dates from the worldcat.org service')
start_time = time.time() start_time = time.time()
results = merge_identify_results(results, log) results = merge_identify_results(results, log)