mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
removed debug stuff
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user