Skip to content

Commit

Permalink
Fjernet logging av rar stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
blommish committed May 30, 2024
1 parent b9a67bf commit 051501b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class RetryOAuth2HttpClient(
retries: Int,
oAuth2HttpRequest: OAuth2HttpRequest,
) {
e.printStackTrace()
if (shouldRetry(e) && retries < maxRetries) {
logger.warn(
"Kall mot url=${oAuth2HttpRequest.tokenEndpointUrl} feilet, cause=${
Expand Down

0 comments on commit 051501b

Please sign in to comment.