mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-24 01:33:39 +01:00
Comment out some debugs in epubutil.py
This commit is contained in:
parent
f33a5de8b3
commit
c46d911cc4
1 changed files with 2 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ def get_update_data(inputio,
|
|||
currenturl = None
|
||||
chapurl = soup.find('meta',{'name':'chapterurl'})
|
||||
if chapurl:
|
||||
logger.debug("chapurl['content']:%s"%chapurl['content'])
|
||||
# logger.debug("chapurl['content']:%s"%chapurl['content'])
|
||||
if chapurl['content'] == "chapter url removed due to failure":
|
||||
# don't count/include continue_on_chapter_error chapters.
|
||||
continue
|
||||
|
|
@ -377,7 +377,7 @@ def reset_orig_chapters_epub(inputio,outfile):
|
|||
changed = changed or entrychanged
|
||||
|
||||
if entrychanged:
|
||||
logger.debug("\nentrychanged:%s\n"%zf)
|
||||
# logger.debug("\nentrychanged:%s\n"%zf)
|
||||
_replace_tocncx(tocncxdom,zf,chaptertoctitle)
|
||||
if navxhtmldom:
|
||||
_replace_navxhtml(navxhtmldom,zf,chaptertoctitle)
|
||||
|
|
|
|||
Loading…
Reference in a new issue