🔇 Remove unnecessary logger

This commit is contained in:
Matt Love 2019-07-09 23:21:05 -07:00
parent 1f6509680d
commit 5c52ad9717

View file

@ -119,7 +119,6 @@ def generate_markdown(section, file_name):
yaml_raw = file_raw.read()
else:
yaml_raw = defaults[file_name]
logger.error(yaml_raw.split("---", 2))
_, frontmatter, content = yaml_raw.split("---", 2)
html_classes = {"table": "table"}
markdown = Markdown(