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