Commit 0b29b06e authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

path.py: remove unnecessary print() call

parent 629c46fc
......@@ -59,7 +59,6 @@ def url_parse(url):
else:
url_clean = url
print url_clean, branch, rev
return (url_clean, branch, rev)
def url_basename(url):
......
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