cleanup copy/paste

This commit is contained in:
Joel Wetzell
2025-12-06 11:01:30 -06:00
parent 55452d9dd0
commit 3eb3ccca0c

View File

@@ -94,9 +94,6 @@ func (um *UDPMulticast) Run() error {
if numBytes > 0 { if numBytes > 0 {
message := buffer[:numBytes] message := buffer[:numBytes]
if err != nil {
slog.Error("net.udp.multicast problem decoding psn traffic", "id", um.config.Id, "error", err)
}
if um.router != nil { if um.router != nil {
um.router.HandleInput(um.config.Id, message) um.router.HandleInput(um.config.Id, message)