Skip to content

Commit

Permalink
chore: removed debug logging
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Uranes <[email protected]>
  • Loading branch information
jaflaten and nuranes committed Dec 5, 2024
1 parent 59dec5a commit 410ef1a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class SmregistreringClient(
): ResponseEntity<PapirManuellOppgave> {
if(!isValidOppgaveId(oppgaveId))
throw IllegalArgumentException("Invalid oppgaveId does not contain only alphanumerical characters. oppgaveId: $oppgaveId")
log.info("OppgveId is valid: $oppgaveId")
val headers = HttpHeaders()
headers.contentType = MediaType.APPLICATION_JSON
headers.setBearerAuth(removeBearerPrefix(authorization))
Expand All @@ -76,7 +75,6 @@ class SmregistreringClient(
HttpEntity<String>(headers),
PapirManuellOppgave::class.java,
)
log.info("papirsykmelding: Body from proxy call to smreg ${res.body} ")
return res
}

Expand Down

0 comments on commit 410ef1a

Please sign in to comment.