This commit is contained in:
2026-01-12 22:34:04 +01:00
parent 51e08d9463
commit 6b5508802a
2 changed files with 10 additions and 1 deletions

View File

@@ -231,7 +231,6 @@ func (c *Client) messageLoop() {
continue
}
log.Printf("FlexRadio RX: %s", line)
c.handleMessage(line)
}