# HG changeset patch # User Pierre-Yves David # Date 2015-07-01 05:02:40 # Node ID 26579a91f4fbceffd40595751613189a805109a6 # Parent 68c83b8d407afbd09ebbde3b4cdf6f0c43fbe342 wireproto: remove a debug print This looks like someone forgot something here. diff --git a/mercurial/wireproto.py b/mercurial/wireproto.py --- a/mercurial/wireproto.py +++ b/mercurial/wireproto.py @@ -175,7 +175,6 @@ def encodelist(l, sep=' '): try: return sep.join(map(hex, l)) except TypeError: - print l raise # batched call argument encoding