mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed debug print
This commit is contained in:
parent
9f148fc046
commit
237f8c9df7
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ class PullCLI(CLI):
|
||||||
#TODO: enable more repo modules hg/svn?
|
#TODO: enable more repo modules hg/svn?
|
||||||
if self.options.module_name == 'git':
|
if self.options.module_name == 'git':
|
||||||
repo_opts = "name=%s dest=%s" % (self.options.url, self.options.dest)
|
repo_opts = "name=%s dest=%s" % (self.options.url, self.options.dest)
|
||||||
print(repo_opts)
|
|
||||||
if self.options.checkout:
|
if self.options.checkout:
|
||||||
repo_opts += ' version=%s' % self.options.checkout
|
repo_opts += ' version=%s' % self.options.checkout
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue