Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Jul 3, 2024
1 parent 36c8975 commit ae6f3e4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ impl HashingAlgorithm<EcdsaRdfc2019> for EcdsaRdfc2019HashingAlgorithm {
proof_configuration: ProofConfigurationRef<EcdsaRdfc2019>,
verification_method: &Multikey,
) -> Result<Self::Output, HashingError> {
for line in &input.configuration {
eprint!("{line}")
}

match verification_method.public_key.codec() {
ssi_multicodec::P256_PUB => HashCanonicalClaimsAndConfiguration::<Sha256>::hash(
input,
Expand Down

0 comments on commit ae6f3e4

Please sign in to comment.