mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
removed debug print
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user