removed debug print

pull/23415/head
Brian Coca 9 years ago
parent abf5d6e682
commit 313591f8b8

@ -261,7 +261,6 @@ class Task(Base, Conditional, Taggable, Become):
env = {}
if value is not None:
print(value)
def _parse_env_kv(k, v):
try:
env[k] = templar.template(v, convert_bare=False)

Loading…
Cancel
Save