Skip to content

Commit 624cf20

Browse files
committed
Remove log
1 parent b20a19e commit 624cf20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/request.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ pub trait HttpClient: Clone + Send + Sync {
8181
{
8282
use futures::io::Cursor;
8383

84-
println!("Body: {}", serde_json::to_string(&method.body()).unwrap());
85-
8684
self.stream_request(
8785
url,
8886
method.map_body(|body| Cursor::new(to_vec(&body).unwrap())),

0 commit comments

Comments
 (0)