Remove unnecessary log.

(cherry picked from commit b3e0d54630c1a7d33b59fce1d812732d89317c33)
This commit is contained in:
Ovear 2021-09-27 22:20:23 +08:00 committed by Shelikhoo
parent 9a8e113ad3
commit 36df3b035c
No known key found for this signature in database
GPG Key ID: AA7BC347968E7DB1

View File

@ -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))
}
}()
}