Skip to content

Commit

Permalink
CID-3153: Remove an unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Nov 19, 2024
1 parent 8835f42 commit 3d2fbf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class GitHubAuthenticationService(
val jwt = createJwtToken(privateKey)
verifyAndCacheJwtToken(jwt)
}.onFailure {
logger.error("Failed to generate a valid jwt token", it)
logger.error("Failed to generate a valid jwt token")
throw it
}
}
Expand Down

0 comments on commit 3d2fbf3

Please sign in to comment.