From f5c80558790538e7c42317ee5b58c1aebef74173 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 28 Jul 2015 15:25:17 -0400 Subject: [PATCH] removed debug stuff --- hacking/module_formatter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py index 7ce08139389..30b8d6a1035 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)))