Skip to content

Commit 051501b

Browse files
committed
Fjernet logging av rar stack trace
1 parent b9a67bf commit 051501b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http-client/main/no/nav/tilleggsstonader/libs/http/client/RetryOAuth2HttpClient.kt

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class RetryOAuth2HttpClient(
4343
retries: Int,
4444
oAuth2HttpRequest: OAuth2HttpRequest,
4545
) {
46-
e.printStackTrace()
4746
if (shouldRetry(e) && retries < maxRetries) {
4847
logger.warn(
4948
"Kall mot url=${oAuth2HttpRequest.tokenEndpointUrl} feilet, cause=${

0 commit comments

Comments
 (0)