Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Sep 6, 2024
1 parent 7be6398 commit 12c7f11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/services/lakefs/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ impl LakefsCore {
let req = req.body(Buffer::new()).map_err(new_request_build_error)?;

let res = self.send(req).await?;
println!(
"{:?}",
String::from_utf8(res.clone().into_body().to_vec()).unwrap()
);

let res: PhysicalAddressForStagingArea =
serde_json::from_reader(res.clone().into_body().reader())
Expand Down

0 comments on commit 12c7f11

Please sign in to comment.