Misc cleanup -- moved function out of utils, removed debug statement.

This commit is contained in:
Michael DeHaan 2012-07-15 08:50:23 -04:00
parent 19a2fc00dc
commit 706cfd9ade
3 changed files with 4 additions and 9 deletions

View file

@ -64,7 +64,6 @@ class Play(object):
self.transport = ds.get('connection', self.playbook.transport)
self.tags = ds.get('tags', None)
self.gather_facts = ds.get('gather_facts', True)
print "self.gather_facts: %s" % self.gather_facts
self._update_vars_files_for_host(None)