Skip to content

Commit

Permalink
Remove forgotten eprintln!s.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Sep 19, 2024
1 parent 4e2867e commit d2fc26c
Showing 1 changed file with 0 additions and 3 deletions.
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 d2fc26c

Please sign in to comment.