We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20a19e commit 624cf20Copy full SHA for 624cf20
src/request.rs
@@ -81,8 +81,6 @@ pub trait HttpClient: Clone + Send + Sync {
81
{
82
use futures::io::Cursor;
83
84
- println!("Body: {}", serde_json::to_string(&method.body()).unwrap());
85
-
86
self.stream_request(
87
url,
88
method.map_body(|body| Cursor::new(to_vec(&body).unwrap())),
0 commit comments