Remove leftover debug statement in template code.
This commit is contained in:
parent
1f96925159
commit
ac7a632711
1 changed files with 0 additions and 1 deletions
|
@ -453,7 +453,6 @@ def template_from_string(basedir, data, vars):
|
||||||
try:
|
try:
|
||||||
t = environment.from_string(data)
|
t = environment.from_string(data)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "DEBUG: data = %s" % data
|
|
||||||
if 'recursion' in str(e):
|
if 'recursion' in str(e):
|
||||||
raise errors.AnsibleError("recursive loop detected in template string: %s" % data)
|
raise errors.AnsibleError("recursive loop detected in template string: %s" % data)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue