mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-09 11:14:08 +08:00
Comment out some debug output.
This commit is contained in:
+2
-2
@@ -439,8 +439,8 @@ class Story(Configurable):
|
||||
|
||||
def prepare_replacements(self):
|
||||
if not self.replacements_prepped and not self.is_lightweight():
|
||||
logger.debug("prepare_replacements")
|
||||
logger.debug("sections:%s"%self.configuration.sectionslist)
|
||||
# logger.debug("prepare_replacements")
|
||||
# logger.debug("sections:%s"%self.configuration.sectionslist)
|
||||
|
||||
## Look for config parameter, split and add each to metadata field.
|
||||
for (config,metadata) in [("extracategories","category"),
|
||||
|
||||
Reference in New Issue
Block a user