Skip to content

Commit 9a546cf

Browse files
committed
no
1 parent eaa9799 commit 9a546cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hyperwallet_client/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ pub(crate) fn send_message(
163163
.map_err(|e| HyperwalletClientError::Communication(e.into()))?
164164
.map_err(|e| HyperwalletClientError::Communication(e.into()))?;
165165

166-
kiprintln!("Response: {:?}", response);
167-
168166
let hyperwallet_response: types::HyperwalletResponse =
169167
serde_json::from_slice(response.body()).map_err(HyperwalletClientError::Deserialization)?;
170168

0 commit comments

Comments
 (0)