mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-06 08:05:28 +01:00
Comment out some debugs.
This commit is contained in:
parent
b1b2451fa6
commit
9e206d2215
1 changed files with 2 additions and 2 deletions
|
|
@ -1382,7 +1382,7 @@ class Story(Requestable):
|
|||
if v: # skip '' or None
|
||||
subjectset[v] = True
|
||||
|
||||
logger.debug("getSubjectTags:%s"%subjectset.keys())
|
||||
# logger.debug("getSubjectTags:%s"%subjectset.keys())
|
||||
return list(subjectset.keys())
|
||||
|
||||
def addChapter(self, chap, newchap=False):
|
||||
|
|
@ -1469,7 +1469,7 @@ class Story(Requestable):
|
|||
# only compile chapter_text_replacements once.
|
||||
if not self.chapter_text_replacements and self.getConfig('replace_chapter_text'):
|
||||
self.chapter_text_replacements = make_chapter_text_replacements(self.getConfig('replace_chapter_text'))
|
||||
logger.debug(self.chapter_text_replacements)
|
||||
# logger.debug(self.chapter_text_replacements)
|
||||
for replaceline in self.chapter_text_replacements:
|
||||
(repl_line,regexp,replacement) = replaceline
|
||||
if regexp.search(data):
|
||||
|
|
|
|||
Loading…
Reference in a new issue