Skip to content

Commit

Permalink
ci: Clean up leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathern committed Feb 6, 2025
1 parent c97321f commit 2443c75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions cawg_identity/src/claim_aggregation/w3c_vc/serialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ pub(crate) mod one_or_many {
where
M: de::MapAccess<'de>,
{
eprintln!("Yo!");

let one = Deserialize::deserialize(de::value::MapAccessDeserializer::new(map))?;

Ok(nev!(one))
Expand Down
1 change: 1 addition & 0 deletions cawg_identity/src/tests/claim_aggregation/interop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async fn adobe_connected_identities() {

assert_eq!(ica_vc.verified_identities.len().get(), 1);
let vi1 = ica_vc.verified_identities.first();
println!("ica_vc.verified_identities.first(): {:?}", vi1);

assert_eq!(
vi1,
Expand Down

0 comments on commit 2443c75

Please sign in to comment.