diff --git a/router/src/infer.rs b/router/src/infer.rs index 61cc7069..6d13400f 100644 --- a/router/src/infer.rs +++ b/router/src/infer.rs @@ -109,7 +109,6 @@ impl Infer { // Return stream Ok(response_rx.into_stream()) - // Ok(UnboundedReceiverStream::new(response_rx)) } /// Add a new request to the queue and return a InferResponse