Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdehaan committed Feb 28, 2012
1 parent 7de661d commit c6eb3f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/ans-command
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
'library/ping',
'library/command',
'library/facter',
'library/ohai',
'library/copy',
'library/setup',
'library/template',
'library/git',
]),
('man/man1', [
'docs/man/man1/ansible.1'
Expand Down

0 comments on commit c6eb3f1

Please sign in to comment.