Remove debug
This commit is contained in:
parent
d66bb47db7
commit
0cd40fc372
1 changed files with 0 additions and 2 deletions
|
@ -389,9 +389,7 @@ def role_spec_parse(role_spec):
|
||||||
|
|
||||||
# assume https://github.com URLs are git+https:// URLs and not
|
# assume https://github.com URLs are git+https:// URLs and not
|
||||||
# tarballs
|
# tarballs
|
||||||
print "0=%s" % tokens[0]
|
|
||||||
if 'github.com/' in tokens[0] and not tokens[0].startswith("git+"):
|
if 'github.com/' in tokens[0] and not tokens[0].startswith("git+"):
|
||||||
print "DONE!"
|
|
||||||
tokens[0] = 'git+' + tokens[0]
|
tokens[0] = 'git+' + tokens[0]
|
||||||
|
|
||||||
if '+' in tokens[0]:
|
if '+' in tokens[0]:
|
||||||
|
|
Loading…
Reference in a new issue