From 237f8c9df79b63d3c28672f533e4b7211874ad3f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 29 Oct 2015 20:34:55 -0400 Subject: [PATCH] removed debug print --- lib/ansible/cli/pull.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/cli/pull.py b/lib/ansible/cli/pull.py index 6bca4607704..c163b3ef0b3 100644 --- a/lib/ansible/cli/pull.py +++ b/lib/ansible/cli/pull.py @@ -126,7 +126,6 @@ class PullCLI(CLI): #TODO: enable more repo modules hg/svn? if self.options.module_name == 'git': repo_opts = "name=%s dest=%s" % (self.options.url, self.options.dest) - print(repo_opts) if self.options.checkout: repo_opts += ' version=%s' % self.options.checkout