Merge "Remove worthless print"

This commit is contained in:
Jenkins
2016-08-30 14:24:27 +00:00
committed by Gerrit Code Review

View File

@@ -787,7 +787,6 @@ def check_remote(branch, remote, scheme, hostname, port, project,
try:
add_remote(scheme, hostname, port, project, remote, usepushurl)
except Exception:
print(sys.exc_info()[2])
if usepushurl:
printwrap("We don't know where your gerrit is. Please manually"
" add a push-url to the '%s' remote and try again."