wireproto: remove a debug print
authorPierre-Yves David <pierre-yves.david@fb.com>
Tue, 30 Jun 2015 22:02:40 -0700
changeset 25711 26579a91f4fb
parent 25710 68c83b8d407a
child 25712 8a6264a2ee60
wireproto: remove a debug print This looks like someone forgot something here.
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