Remove unnecessary log.

This commit is contained in:
Ovear 2021-09-27 22:20:23 +08:00 committed by Xiaokang Wang
parent 75eead5a6e
commit b3e0d54630
1 changed files with 0 additions and 2 deletions

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