Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Jul 8, 2024
1 parent a46353c commit 339fcde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,6 @@ async fn classify(
metrics::increment_counter!("lorax_request_count");

tracing::debug!("Input: {}", req.inputs);
tracing::info!("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA");
let response = infer.classify(req).await?;
Ok(Json(response))
}
Expand Down

0 comments on commit 339fcde

Please sign in to comment.