Commit d88dc982 authored by Pawel Szostek's avatar Pawel Szostek

Remove harmful print call

parent 39345e13
No preview for this file type
......@@ -43,7 +43,6 @@ def url_parse(url):
Check if link to a repo seems to be correct. Filter revision number and branch
"""
import re
print "<<<" + url
"""url_pat = re.compile("[ \t]*([^ \t]+?)[ \t]*(::)?([^ \t@]+)?(@[ \t]*(.+))?[ \t]*")
url_match = re.match(url_pat, url)
if url_match == None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment