From bfba9e7cd4af67434a12b0396ed6af49edf43d66 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 4 May 2020 11:23:37 -0400 Subject: [PATCH] repo: don't print rendered markdown --- gitsrht/blueprints/repo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gitsrht/blueprints/repo.py b/gitsrht/blueprints/repo.py index 0543856..3808b77 100644 --- a/gitsrht/blueprints/repo.py +++ b/gitsrht/blueprints/repo.py @@ -236,7 +236,6 @@ def tree(owner, repo, ref, path): ref=ref, path=os.path.dirname("/".join(path))) md = markdown(data, ["h1", "h2", "h3", "h4", "h5"], link_prefix=[link_prefix, blob_prefix]) - print(md) force_source = "view-source" in request.args return render_template("blob.html", view="blob", owner=owner, repo=repo, ref=ref, path=path, entry=entry, -- 2.38.4