mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-03 15:20:27 +01:00
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"):
|
||||
return
|
||||
|
||||
logger.debug(msg)
|
||||
|
||||
frame = Js8().parse_message(msg)
|
||||
self.handler.write_js8_message(frame, self.dial_freq)
|
||||
logger.debug(frame)
|
||||
|
||||
self.pushDecode()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue