Skip to content

Commit

Permalink
Remove debug line from published crate
Browse files Browse the repository at this point in the history
  • Loading branch information
FssAy committed May 31, 2024
1 parent 0060a07 commit 3081b55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/crate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ impl Sessionless {
/// Constructs a signature for `message` using the context's secret key.
pub fn sign(&self, message: impl AsRef<[u8]>) -> Signature {
let message_hash = self.hash_message(message);
println!("{}", message_hash);
self.ctx.sign_ecdsa(&message_hash, &self.private_key)
}

Expand Down

0 comments on commit 3081b55

Please sign in to comment.