Remove debug print for environment
This commit is contained in:
parent
1df56c07d3
commit
27f3ba53f9
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ class Runner(object):
|
|||
if not self.environment:
|
||||
return ""
|
||||
enviro = utils.template(self.basedir, self.environment, inject)
|
||||
print "DEBUG: vars=%s" % enviro
|
||||
if type(enviro) != dict:
|
||||
raise errors.AnsibleError("environment must be a dictionary, recieved %s" % enviro)
|
||||
result = ""
|
||||
|
|
Loading…
Reference in a new issue