Commit f5c80558 by Brian Coca

removed debug stuff

parent 67ce15cd
......@@ -313,8 +313,6 @@ def process_module(module, options, env, template, outputname, module_map, alias
# here is where we build the table of contents...
try:
import q
q(doc)
text = template.render(doc)
except Exception as e:
raise AnsibleError("Failed to render doc for %s: %s" % (fname, str(e)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment