Skip to content

Commit

Permalink
chore(1-3216): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Dec 20, 2024
1 parent 7d7c057 commit 22ee9fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ async fn main() -> Result<(), anyhow::Error> {
let refresher_for_background = feature_refresher.clone().unwrap();
if edge.streaming {
let app_name = app_name.clone();
// let custom_headers = match args.mode {
// cli::EdgeMode::Edge(edge) => edge.custom_client_headers,
// _ => vec![],
// };
let custom_headers = custom_headers.clone();
tokio::spawn(async move {
let _ = refresher_for_background
Expand Down

0 comments on commit 22ee9fb

Please sign in to comment.