Skip to content

Commit

Permalink
Remove unnecessary log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovear authored and xiaokangwang committed Sep 30, 2021
1 parent 75eead5 commit b3e0d54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/proxyman/inbound/worker.go
Expand Up @@ -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))
}
}()
}
Expand Down

0 comments on commit b3e0d54

Please sign in to comment.