mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Cleanup debug statements
This commit is contained in:
parent
b938554311
commit
16b22d0d64
1 changed files with 0 additions and 2 deletions
|
@ -181,7 +181,6 @@ def parseoptions(options):
|
|||
lex.quotes = ["'", '"']
|
||||
lex.whitespace_split = True
|
||||
opt_parts = list(lex)
|
||||
open("/tmp/awx.log", "a").write("opt_parts: %s\n" % opt_parts)
|
||||
|
||||
#options_list = options.strip().split(",")
|
||||
options_list = opt_parts
|
||||
|
@ -195,7 +194,6 @@ def parseoptions(options):
|
|||
arg = option
|
||||
val = None
|
||||
options_dict[arg] = val.replace('"', '').replace("'", "")
|
||||
open("/tmp/awx.log", "a").write("options_dict: %s\n" % options_dict)
|
||||
return options_dict
|
||||
|
||||
def parsekey(raw_key):
|
||||
|
|
Loading…
Reference in a new issue