want revert this somehow but the revert of it is buggy
[hippotat] / hippotat / slip.py
index f135137..e339f69 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''