Skip to content

Commit

Permalink
Remove forgotten debug messages (#615)
Browse files Browse the repository at this point in the history
* Remove forgotten `eprintln!`s.
* Pin `zkryptium` to version 0.2.2
  • Loading branch information
timothee-haudebourg committed Sep 20, 2024
1 parent 4e2867e commit dc18659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion crates/bbs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ documentation = "https://docs.rs/ssi-bbs/"
[dependencies]
ssi-crypto.workspace = true
ssi-claims-core.workspace = true
zkryptium = "0.2.2"
zkryptium = "=0.2.2"
rand.workspace = true
3 changes: 0 additions & 3 deletions crates/claims/crates/sd-jwt/src/reveal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ impl SdJwtPayload {
disclosures: &[DecodedDisclosure],
pointers: &mut Vec<JsonPointerBuf>,
) -> Result<JWTClaims<T>, RevealError> {
eprintln!("payload: {}", serde_json::to_string_pretty(self).unwrap());
eprintln!("disclosures: {disclosures:#?}");

let mut disclosures: IndexMap<_, _> = disclosures
.iter()
.map(|disclosure| {
Expand Down

0 comments on commit dc18659

Please sign in to comment.