mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Remove debug
This commit is contained in:
@@ -389,9 +389,7 @@ def role_spec_parse(role_spec):
|
||||
|
||||
# assume https://github.com URLs are git+https:// URLs and not
|
||||
# tarballs
|
||||
print "0=%s" % tokens[0]
|
||||
if 'github.com/' in tokens[0] and not tokens[0].startswith("git+"):
|
||||
print "DONE!"
|
||||
tokens[0] = 'git+' + tokens[0]
|
||||
|
||||
if '+' in tokens[0]:
|
||||
|
||||
Reference in New Issue
Block a user