chiark / gitweb /
log diversion stdout
[hippotat.git] / hippotat / slip.py
index e339f6932c50bd465e0f8238e11420f039e2625c..f13513787857ce7339f91b9dea9d94051fd200fc 100644 (file)
@@ -12,7 +12,7 @@ def encode(packet):
           .replace(end, esc + esc_end))
 
 def decode(data):
-  print('DECODE ', repr(data))
+  #print('DECODE ', repr(data))
   out = []
   for packet in data.split(end):
     pdata = b''