Skip to content

Commit

Permalink
Remove leftover println
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Apr 29, 2024
1 parent f67d612 commit 8a23a97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/megolm/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ mod test {
let signing_key = Ed25519Keypair::new();
let signature = signing_key.sign(&message.to_signature_bytes());

println!("{:?}", signature.to_bytes());
message
.add_signature(signature, signing_key.public_key())
.expect("Should be able to add valid signature");
Expand Down

0 comments on commit 8a23a97

Please sign in to comment.