diff --git a/app/proxyman/inbound/worker.go b/app/proxyman/inbound/worker.go index 2242da2d008..eac983e7e9e 100644 --- a/app/proxyman/inbound/worker.go +++ b/app/proxyman/inbound/worker.go @@ -324,8 +324,6 @@ func (w *udpWorker) callback(b *buf.Buffer, source net.Destination, originalDest if !conn.inactive { conn.setInactive() w.removeConn(id) - } else { - newError("connection already removed by checker: ", conn).AtDebug().WriteToLog(session.ExportIDToError(ctx)) } }() }