Skip to content

Commit

Permalink
Remove an extra log message
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb authored and bvavala committed Jan 11, 2024
1 parent 61fb89d commit 0fc4201
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/wawaka/common/Cryptography.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ bool ww::crypto::ecdsa::generate_keys(
uint8_t* pub_data_pointer = NULL;
size_t pub_data_size = 0;

CONTRACT_SAFE_LOG(3, "generate keys from byte array");

if (! ::ecdsa_create_signing_keys_from_extended_key(
key.data(), key.size(),
(char**)&priv_data_pointer, &priv_data_size,
Expand Down

0 comments on commit 0fc4201

Please sign in to comment.