##// END OF EJS Templates
wireproto: remove a debug print...
Pierre-Yves David -
r25711:26579a91 default
parent child Browse files
Show More
@@ -175,7 +175,6 b" def encodelist(l, sep=' '):"
175 try:
175 try:
176 return sep.join(map(hex, l))
176 return sep.join(map(hex, l))
177 except TypeError:
177 except TypeError:
178 print l
179 raise
178 raise
180
179
181 # batched call argument encoding
180 # batched call argument encoding
General Comments 0
You need to be logged in to leave comments. Login now