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 eaa9799 commit 9a546cfCopy full SHA for 9a546cf
src/hyperwallet_client/mod.rs
@@ -163,8 +163,6 @@ pub(crate) fn send_message(
163
.map_err(|e| HyperwalletClientError::Communication(e.into()))?
164
.map_err(|e| HyperwalletClientError::Communication(e.into()))?;
165
166
- kiprintln!("Response: {:?}", response);
167
-
168
let hyperwallet_response: types::HyperwalletResponse =
169
serde_json::from_slice(response.body()).map_err(HyperwalletClientError::Deserialization)?;
170
0 commit comments