Browse Source

drop debugging print..

main
John-Mark Gurney 3 years ago
parent
commit
992e3f6502
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      adtwist.py

+ 0
- 1
adtwist.py View File

@@ -71,7 +71,6 @@ class AlarmDecoderProtocol(basic.LineReceiver):
# (and apparently flush the remaining line), so detect
# when we get a prompt, and there was more data, and
# ignore the line
print(repr(line))
if line[-3:] == b'\n!>' and len(line) > 3:
return



Loading…
Cancel
Save