Remove debug

This commit is contained in:
Michael DeHaan 2014-08-22 09:58:27 -04:00
parent d66bb47db7
commit 0cd40fc372

View file

@ -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]: