Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ptagl committed Sep 11, 2024
1 parent 598dd54 commit feb151b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/antelope/src/api/v1/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ impl<T: Provider> ChainAPI<T> {
Ok(block_response) => Ok(block_response),
Err(_serr) => {
// Attempt to parse the error response
// println!("{:#?}", _serr);
match serde_json::from_str::<ErrorResponse>(&response) {
Ok(error_response) => Err(ClientError::SERVER(ServerError {
error: error_response,
Expand Down

0 comments on commit feb151b

Please sign in to comment.