From 20e8e61d2c09b8a2178a57aaccaef598d1ab742b Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 6 Mar 2023 12:09:59 +0100 Subject: [PATCH] debug print --- clone_for_markdown.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clone_for_markdown.py b/clone_for_markdown.py index 11eabf6..f5a5fd9 100644 --- a/clone_for_markdown.py +++ b/clone_for_markdown.py @@ -58,7 +58,6 @@ cachedOutPath = "/".join([repo_name,str(inHash)]) # If not already rendered if not os.path.isfile(cachedOutPath): - print("rendering") subprocess.run(["asciidoctor", "-s", "--safe-mode", "server", "-a", "showtitle", "-a", "source-highlighter=rouge", "-a", "rouge-css=style", "-a", "rouge-style=base16.monokai.dark", f"--out-file={str(inHash)}", f"--base-dir={repo_name}", inputBufferPath]) # return rendered(or cached) output to stdout