Skip to content

Commit

Permalink
chore: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Aug 20, 2024
1 parent e673773 commit 784ce39
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ class MottattSykmeldingService(
}

fun skalOppdatereInfotrygd(receivedSykmelding: ReceivedSykmelding, cluster: String): Boolean {
log.info("cluster $cluster")
if (cluster == "dev-gcp") {
try {
val fellesformat =
Expand All @@ -393,7 +392,6 @@ fun skalOppdatereInfotrygd(receivedSykmelding: ReceivedSykmelding, cluster: Stri
setHovedDiagnoseToA99IfhovedDiagnoseIsNullAndAnnenFraversArsakIsSet(
extractHelseOpplysningerArbeidsuforhet(fellesformat),
)
log.info("healthInformation ${objectMapper.writeValueAsString(healthInformation)}")
if (
healthInformation.medisinskVurdering.biDiagnoser.diagnosekode.firstOrNull()?.s ==
"icd10"
Expand Down

0 comments on commit 784ce39

Please sign in to comment.