summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-28 15:25:17 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-28 15:25:17 -0400
commitf5c80558790538e7c42317ee5b58c1aebef74173 (patch)
treeae0ff5524fa577c30a414aefdc9f58cde82a2175 /hacking
parent67ce15cd99c0c42c33c435ae0c1a6df61a9c06e8 (diff)
downloadansible-f5c80558790538e7c42317ee5b58c1aebef74173.tar.gz
removed debug stuff
Diffstat (limited to 'hacking')
-rwxr-xr-xhacking/module_formatter.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py
index 7ce0813938..30b8d6a103 100755
--- a/hacking/module_formatter.py
+++ b/hacking/module_formatter.py
@@ -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)))