Skip to content

Commit

Permalink
Update server/src/tests/http.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Jan 15, 2025
1 parent c862b93 commit 4cec0d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/tests/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ where
}

fn call(&mut self, request: HttpRequest<B>) -> Self::Future {
tracing::info!("{:?}", request);
let fut = self.service.call(request);
async move {
let mut rp = fut.await.map_err(Into::into)?;
Expand Down

0 comments on commit 4cec0d8

Please sign in to comment.