finally, remove debugging
This commit is contained in:
parent
b58357741a
commit
e064352621
@ -93,11 +93,8 @@ class Js8Parser(Parser):
|
|||||||
if msg.startswith(" EOF on input file"):
|
if msg.startswith(" EOF on input file"):
|
||||||
return
|
return
|
||||||
|
|
||||||
logger.debug(msg)
|
|
||||||
|
|
||||||
frame = Js8().parse_message(msg)
|
frame = Js8().parse_message(msg)
|
||||||
self.handler.write_js8_message(frame, self.dial_freq)
|
self.handler.write_js8_message(frame, self.dial_freq)
|
||||||
logger.debug(frame)
|
|
||||||
|
|
||||||
self.pushDecode()
|
self.pushDecode()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user