forked from mirrors/thatmattlove-hyperglass
🔇 Remove unnecessary logger
This commit is contained in:
parent
1f6509680d
commit
5c52ad9717
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue