Remove worthless print

The traceback isn't even formatted, so we just get something like

  <traceback object at 0x7fd30809f440>

Change-Id: Iacbb01bdcede40e07058b46d907cd3184bfa4880
This commit is contained in:
Tim Burke 2016-04-11 10:56:59 -07:00
parent aaa416e697
commit a17d2a75df
1 changed files with 0 additions and 1 deletions

View File

@ -781,7 +781,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."