Quellcode durchsuchen

Remove unnecessary log.

(cherry picked from commit b3e0d54630c1a7d33b59fce1d812732d89317c33)
Ovear vor 4 Jahren
Ursprung
Commit
36df3b035c
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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))
 			}
 		}()
 	}