changeset 31073:2cf1e5207fdf

wireproto: remove unused code Removed an unused line introduced by f3807a135e43.
author Jun Wu <quark@fb.com>
date Wed, 22 Feb 2017 10:14:18 -0800
parents 80f04ba7f4d1
children 2912b06905dc
files mercurial/wireproto.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/wireproto.py	Thu Dec 22 06:18:45 2016 +0100
+++ b/mercurial/wireproto.py	Wed Feb 22 10:14:18 2017 -0800
@@ -840,7 +840,6 @@
             raise error.Abort(bundle2requiredmain,
                               hint=bundle2requiredhint)
 
-    #chunks = exchange.getbundlechunks(repo, 'serve', **opts)
     try:
         chunks = exchange.getbundlechunks(repo, 'serve', **opts)
     except error.Abort as exc: