From 3b2eecce6e7d2b25f9fc3f40bc5266a9531cfd33 Mon Sep 17 00:00:00 2001 From: Miguel Guarniz Date: Mon, 18 Jul 2022 20:37:12 -0400 Subject: [PATCH] Remove debug log of status and URL (#1583) Signed-off-by: Miguel Guarniz --- src/async_impl/client.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/async_impl/client.rs b/src/async_impl/client.rs index b6e693738..4517328c9 100644 --- a/src/async_impl/client.rs +++ b/src/async_impl/client.rs @@ -2014,7 +2014,6 @@ impl Future for PendingRequest { } } - debug!("response '{}' for {}", res.status(), self.url); let res = Response::new( res, self.url.clone(),