Skip to content

Commit 3b2eecc

Browse files
authored
Remove debug log of status and URL (#1583)
Signed-off-by: Miguel Guarniz <[email protected]>
1 parent 74e7062 commit 3b2eecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/async_impl/client.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,6 @@ impl Future for PendingRequest {
20142014
}
20152015
}
20162016

2017-
debug!("response '{}' for {}", res.status(), self.url);
20182017
let res = Response::new(
20192018
res,
20202019
self.url.clone(),

0 commit comments

Comments
 (0)