Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani committed Oct 19, 2023
1 parent 83984f7 commit d3c5af2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ data class E2EIQualifiedClientId(
// Base64url encode the UUID bytes without padding
val base64UrlEncoded = uuidBytes.encodeBase64().removeSuffix("==")

// Print the base64url-encoded UUID without padding
println("Base64URL Encoded UUID (without padding): $base64UrlEncoded")

return "${base64UrlEncoded}:${value}@${userId.domain}"
}
}

0 comments on commit d3c5af2

Please sign in to comment.