Remove debug print statement

parent f785f1ea
......@@ -116,7 +116,6 @@ class Play(object):
mv[k] = utils.varReplaceWithItems(self.basedir, v, mv)
include_file = utils.template(self.basedir, tokens[0], mv)
data = utils.parse_yaml_from_file(utils.path_dwim(self.basedir, include_file))
print data
for y in data:
results.append(Task(self,y,module_vars=mv.copy()))
elif type(x) == dict:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment