Merge "Remove worthless print"

This commit is contained in:
Jenkins 2016-08-30 14:24:27 +00:00 committed by Gerrit Code Review
commit 66da56d895
1 changed files with 0 additions and 1 deletions

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."