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