diff --git a/subcmds/upload.py b/subcmds/upload.py index 58797507..3e664056 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py @@ -234,9 +234,6 @@ files and description associated with the change in Gerrit. print >>sys.stderr, '[OK ] %-15s %s' % ( branch.project.relpath + '/', branch.name) - print >>sys.stderr, '%s' % branch.tip_url - print >>sys.stderr, '(as %s)' % branch.owner_email - print >>sys.stderr, '' if have_errors: sys.exit(1)