Skip to content

Commit

Permalink
Fix: Remove unnecessary debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
acrusage-iaik committed Apr 9, 2024
1 parent cb43a2b commit 0c23690
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ class OidcSiopVerifier(
} catch (exception: InvalidJsonPathException) {
return AuthnResponseResult.ValidationError("presentation_submission", params.state)
}
Napier.d("matching jsonPath: $cumulativeJsonPath")
val relatedPresentation =
verifiablePresentation.matchJsonPath(cumulativeJsonPath).entries.first().value

Expand Down

0 comments on commit 0c23690

Please sign in to comment.