diff options
-rw-r--r-- | subcmds/upload.py | 3 |
1 files changed, 0 insertions, 3 deletions
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. | |||
234 | print >>sys.stderr, '[OK ] %-15s %s' % ( | 234 | print >>sys.stderr, '[OK ] %-15s %s' % ( |
235 | branch.project.relpath + '/', | 235 | branch.project.relpath + '/', |
236 | branch.name) | 236 | branch.name) |
237 | print >>sys.stderr, '%s' % branch.tip_url | ||
238 | print >>sys.stderr, '(as %s)' % branch.owner_email | ||
239 | print >>sys.stderr, '' | ||
240 | 237 | ||
241 | if have_errors: | 238 | if have_errors: |
242 | sys.exit(1) | 239 | sys.exit(1) |