Browse Source

Remove unnecessary log.

(cherry picked from commit b3e0d54630c1a7d33b59fce1d812732d89317c33)
Ovear 4 years ago
parent
commit
36df3b035c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/proxyman/inbound/worker.go

+ 0 - 2
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))
 			}
 		}()
 	}