mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove debug statement
This commit is contained in:
parent
4343387adc
commit
af02807004
1 changed files with 0 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue