remove debug statement

This commit is contained in:
Michael DeHaan 2012-02-28 00:49:49 -05:00
commit c6eb3f1006
2 changed files with 4 additions and 2 deletions

View file

@ -67,8 +67,6 @@ def main(args):
mycmd = ' '.join(args)
print "FORKS=%s" % options.forks
runner = ansible.runner.Runner(
module_name='command',
module_path=options.module_path,