wireproto: remove unused code

Removed an unused line introduced by 251ec05dc288.
This commit is contained in:
Jun Wu 2017-02-22 10:14:18 -08:00
parent 2b091caddc
commit 22df174ea7

View File

@ -840,7 +840,6 @@ def getbundle(repo, proto, others):
raise error.Abort(bundle2requiredmain,
hint=bundle2requiredhint)
#chunks = exchange.getbundlechunks(repo, 'serve', **opts)
try:
chunks = exchange.getbundlechunks(repo, 'serve', **opts)
except error.Abort as exc: