Explorar el Código

Remove unnecessary log.

Ovear hace 4 años
padre
commit
b3e0d54630
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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))
 			}
 		}()
 	}