##// 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 175 try:
176 176 return sep.join(map(hex, l))
177 177 except TypeError:
178 print l
179 178 raise
180 179
181 180 # batched call argument encoding
General Comments 0
You need to be logged in to leave comments. Login now