Skip to content

Commit

Permalink
Remove debug log of status and URL (#1583)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
  • Loading branch information
kckeiks committed Jul 19, 2022
1 parent 74e7062 commit 3b2eecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/async_impl/client.rs
Expand Up @@ -2014,7 +2014,6 @@ impl Future for PendingRequest {
}
}

debug!("response '{}' for {}", res.status(), self.url);
let res = Response::new(
res,
self.url.clone(),
Expand Down

0 comments on commit 3b2eecc

Please sign in to comment.