mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-02 06:04:56 +01:00
Comment out debug that can cause additional errors depending on content.
This commit is contained in:
parent
36d848fde9
commit
a5bc7bd757
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ div { margin: 0pt; padding: 0pt; }
|
|||
|
||||
for index, chap in enumerate(self.story.getChapters()): # (url,title,html)
|
||||
if chap.html:
|
||||
logger.debug('Writing chapter text for: %s' % chap.title)
|
||||
#logger.debug('Writing chapter text for: %s' % chap.title)
|
||||
vals={'url':removeEntities(chap.url),
|
||||
'chapter':removeEntities(chap.title),
|
||||
'origchapter':removeEntities(chap.origtitle),
|
||||
|
|
|
|||
Loading…
Reference in a new issue