Skip to content

Commit

Permalink
refactor: Removed println(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Maas committed Oct 28, 2024
1 parent 441b090 commit cbcbad3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class DefaultTrustChainJSImpl(
chain.add(entityConfigurationJwt)
}

println("Getting authority hints")
val authorityHints = entityStatement.authorityHints ?: return@async null

val reorderedAuthorityHints = authorityHints.sortedBy { hint ->
Expand Down

0 comments on commit cbcbad3

Please sign in to comment.