diff --git a/crates/llm_gateway/src/stream_context.rs b/crates/llm_gateway/src/stream_context.rs index 7f5af55d..33072683 100644 --- a/crates/llm_gateway/src/stream_context.rs +++ b/crates/llm_gateway/src/stream_context.rs @@ -504,9 +504,6 @@ impl HttpContext for StreamContext { warn!("SystemTime error: {:?}", e); } } - // } else { - // warn!("Start time was not recorded"); - // } } } else { debug!("non streaming response");