Remove debug line
This commit is contained in:
parent
f273d3ef42
commit
c827f8ad3d
1 changed files with 0 additions and 1 deletions
|
@ -368,7 +368,6 @@ def main():
|
|||
install_python_apt(module)
|
||||
|
||||
repo = module.params['repo']
|
||||
open("/tmp/awx.log", "a").write("repo: %s\n" % repo)
|
||||
state = module.params['state']
|
||||
update_cache = module.params['update_cache']
|
||||
sourceslist = None
|
||||
|
|
Loading…
Reference in a new issue