From af028070046c6c78f564f6add872437cd8105f10 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 3 Dec 2024 19:35:37 -0800 Subject: [PATCH] remove debug statement --- crates/prompt_gateway/src/stream_context.rs | 1 - 1 file changed, 1 deletion(-) 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),