diff --git a/crates/prompt_gateway/src/stream_context.rs b/crates/prompt_gateway/src/stream_context.rs index 1a4b6cba..ebcb0636 100644 --- a/crates/prompt_gateway/src/stream_context.rs +++ b/crates/prompt_gateway/src/stream_context.rs @@ -921,7 +921,6 @@ impl StreamContext { }; let http_method = prompt_target.method.unwrap_or_default().to_string(); - info!("http_method: {}", http_method); let mut headers = vec![ (ARCH_UPSTREAM_HOST_HEADER, endpoint.name.as_str()), (":method", &http_method),