diff options
author | BonfaceKilz | 2020-12-01 23:33:29 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-12-01 23:33:29 +0300 |
commit | 719ce04cefe84e62662bca1404776a3f55251cc5 (patch) | |
tree | 311cc380d69ba7ceb5b23a9049ef491fb791dd90 /wqflask | |
parent | 6a143b56d22887b54d16393a546b9c3ac16aeb38 (diff) | |
download | genenetwork2-719ce04cefe84e62662bca1404776a3f55251cc5.tar.gz |
Remove stale comment
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/markdown_routes.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/wqflask/markdown_routes.py b/wqflask/wqflask/markdown_routes.py index 601845d7..1e077dd1 100644 --- a/wqflask/wqflask/markdown_routes.py +++ b/wqflask/wqflask/markdown_routes.py @@ -26,8 +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']) - # TODO: Add fallback on our git server by checking the mirror. - # Content not available return (f"\nContent for {file_name} not available. " "Please check " "(here to see where content exists)" |