Commit 33e465a6 authored by Michal Čihař's avatar Michal Čihař

Remove debugging code

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 0c6ba3b7
...@@ -165,7 +165,6 @@ def cleanup_repo_url(url): ...@@ -165,7 +165,6 @@ def cleanup_repo_url(url):
Removes credentials from repository URL. Removes credentials from repository URL.
""" """
parsed = urlparse.urlparse(url) parsed = urlparse.urlparse(url)
print parsed
if parsed.username and parsed.password: if parsed.username and parsed.password:
return url.replace( return url.replace(
'{0}:{1}@'.format( '{0}:{1}@'.format(
......
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