Skip to content

Commit

Permalink
Remove unnecessary log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovear committed Sep 27, 2021
1 parent 84da857 commit c6a4e3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/proxyman/inbound/worker.go
Original file line number Diff line number Diff line change
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 c6a4e3a

Please sign in to comment.