From 405c37aeb5c2fde0e726f827e40b6b1b72458975 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 10 Apr 2026 16:43:49 -0500 Subject: [PATCH] Remove some dead code. --- calibre-plugin/jobs.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/calibre-plugin/jobs.py b/calibre-plugin/jobs.py index f1a2a246..1b1a3955 100644 --- a/calibre-plugin/jobs.py +++ b/calibre-plugin/jobs.py @@ -114,15 +114,6 @@ def finish_download(donelist): # return the book list as the job result return book_list -def do_download_site(site,book_list,options,merge,notification=lambda x,y:x): - # logger.info(_("Started job for %s")%site) - retval = [] - for book in book_list: - # logger.info("%s"%book['url']) - retval.append(do_download_for_worker(book,options,merge,notification)) - notification(10.0,book['url']) - return retval - def do_download_for_worker(book,options,merge,notification=lambda x,y:x): ''' Child job, to download story when run as a worker job