diff --git a/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp b/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp index 26f9fc82f..87236f7a9 100644 --- a/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp +++ b/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp @@ -346,7 +346,6 @@ namespace detail { auto csum = ripemd160(ret.data(), ret.size()).extract_as_byte_array(); eosio::check(0 == memcmp(&*it, csum.data(), bls_checksum_size), "checksum of structure doesn't match"); - printhex(static_cast(ret.data()), ret.size()); return ret; }