# HG changeset patch # User Pierre-Yves David # Date 1435726960 25200 # Node ID 26579a91f4fbceffd40595751613189a805109a6 # Parent 68c83b8d407afbd09ebbde3b4cdf6f0c43fbe342 wireproto: remove a debug print This looks like someone forgot something here. diff -r 68c83b8d407a -r 26579a91f4fb mercurial/wireproto.py --- a/mercurial/wireproto.py Sun Sep 28 01:09:16 2014 -0700 +++ b/mercurial/wireproto.py Tue Jun 30 22:02:40 2015 -0700 @@ -175,7 +175,6 @@ try: return sep.join(map(hex, l)) except TypeError: - print l raise # batched call argument encoding