Comment out some debug output.

This commit is contained in:
Jim Miller
2016-04-06 10:26:23 -05:00
parent 0161991c2a
commit eb5f10f5c1
+2 -2
View File
@@ -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"),