diff options
author | Alexander Kabui | 2020-11-27 00:15:18 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-11-27 00:15:18 +0300 |
commit | cd27138b6cc963450851417ef06303027da51419 (patch) | |
tree | ca59b78392f089d420018ad00b8ce078dcbc660e | |
parent | b86f0f6200cb435cea91077352d5d95f610162a6 (diff) | |
download | genenetwork2-cd27138b6cc963450851417ef06303027da51419.tar.gz |
remove commented code
-rw-r--r-- | wqflask/wqflask/markdown_routes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/wqflask/markdown_routes.py b/wqflask/wqflask/markdown_routes.py index 25eabe66..601845d7 100644 --- a/wqflask/wqflask/markdown_routes.py +++ b/wqflask/wqflask/markdown_routes.py @@ -26,7 +26,6 @@ look for it inside the file system """ if md_content.status_code == 200: return markdown.markdown(md_content.content.decode("utf-8"), extensions=['tables']) - # return markdown.Markdown().convert(md_content.content.decode("utf-8")) # TODO: Add fallback on our git server by checking the mirror. # Content not available return (f"\nContent for {file_name} not available. " |