mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed debug stuff
This commit is contained in:
parent
67ce15cd99
commit
f5c8055879
1 changed files with 0 additions and 2 deletions
|
@ -313,8 +313,6 @@ def process_module(module, options, env, template, outputname, module_map, alias
|
||||||
# here is where we build the table of contents...
|
# here is where we build the table of contents...
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import q
|
|
||||||
q(doc)
|
|
||||||
text = template.render(doc)
|
text = template.render(doc)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise AnsibleError("Failed to render doc for %s: %s" % (fname, str(e)))
|
raise AnsibleError("Failed to render doc for %s: %s" % (fname, str(e)))
|
||||||
|
|
Loading…
Reference in a new issue