Browse Source

Remove unnecessary log.

Ovear 4 years ago
parent
commit
b3e0d54630
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 {
 			if !conn.inactive {
 				conn.setInactive()
 				conn.setInactive()
 				w.removeConn(id)
 				w.removeConn(id)
-			} else {
-				newError("connection already removed by checker: ", conn).AtDebug().WriteToLog(session.ExportIDToError(ctx))
 			}
 			}
 		}()
 		}()
 	}
 	}