Comment out debug that can cause additional errors depending on content.

This commit is contained in:
Jim Miller 2015-10-22 18:15:42 -05:00
parent 36d848fde9
commit a5bc7bd757

View file

@ -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),