mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Remove log entry about using worldcat.org since it no longer exists
This commit is contained in:
parent
90ee3a5987
commit
70a131f04c
1 changed files with 1 additions and 2 deletions
|
|
@ -495,8 +495,7 @@ def get_results():
|
|||
|
||||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue