changeset 25711:26579a91f4fb

wireproto: remove a debug print This looks like someone forgot something here.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 30 Jun 2015 22:02:40 -0700
parents 68c83b8d407a
children 8a6264a2ee60
files mercurial/wireproto.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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