Skip to content

Commit

Permalink
As this function is a common used function, and the exception maybe n…
Browse files Browse the repository at this point in the history
…ot an error. remove the error notice line.
  • Loading branch information
softprofe authored and linh2931 committed Jun 25, 2022
1 parent 161c8da commit b4edcfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/cleos/httpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ namespace eosio { namespace client { namespace http {
response_result = fc::json::from_string(re);
} catch(...) {
// re reported below if print_response requested
print_response = true;
}

if( print_response ) {
Expand Down

0 comments on commit b4edcfa

Please sign in to comment.