chiark / gitweb /
want revert this somehow but the revert of it is buggy
[hippotat.git] / hippotat / slip.py
index f13513787857ce7339f91b9dea9d94051fd200fc..e339f6932c50bd465e0f8238e11420f039e2625c 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''