mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-03 15:20:27 +01:00
remove debugging
This commit is contained in:
parent
0f20f1fcdc
commit
0a2a28cb34
|
|
@ -138,7 +138,6 @@ class OpenWebRxReceiverClient(OpenWebRxClient):
|
|||
def handleTextMessage(self, conn, message):
|
||||
try:
|
||||
message = json.loads(message)
|
||||
logger.debug(message)
|
||||
if "type" in message:
|
||||
if message["type"] == "dspcontrol":
|
||||
if "action" in message and message["action"] == "start":
|
||||
|
|
|
|||
Loading…
Reference in a new issue