diff --git a/crates/llm_gateway/src/stream_context.rs b/crates/llm_gateway/src/stream_context.rs index 88840b22..6fc4e2d4 100644 --- a/crates/llm_gateway/src/stream_context.rs +++ b/crates/llm_gateway/src/stream_context.rs @@ -386,11 +386,6 @@ impl HttpContext for StreamContext { } }; - debug!( - "on_http_request_body: request body string: {}", - String::from_utf8_lossy(&deserialized_body_bytes) - ); - self.set_http_request_body(0, body_size, &deserialized_body_bytes); Action::Continue