Skip to content

Commit bc75b83

Browse files
avoldsundgustavli
andcommitted
Fjern LoggRiver som vi ikkje treng
Co-authored-by: gustavli <[email protected]>
1 parent bc031f7 commit bc75b83

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

src/main/kotlin/no/nav/hjelpemidler/Application.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import no.nav.helse.rapids_rivers.RapidApplication
1313
import no.nav.helse.rapids_rivers.RapidsConnection
1414
import no.nav.hjelpemidler.configuration.Configuration
1515
import no.nav.hjelpemidler.metrics.SensuMetrics
16-
import no.nav.hjelpemidler.rivers.LoggRiver
1716
import java.net.InetAddress
1817
import java.time.LocalDateTime
1918
import java.util.*
@@ -103,9 +102,7 @@ fun main() {
103102
call.respond(HttpStatusCode.OK)
104103
}
105104
}
106-
}.build().apply {
107-
LoggRiver(this)
108-
}
105+
}.build()
109106

110107
// Run our rapid and rivers implementation facing hm-rapid
111108
logg.info("Starting Rapid & Rivers app towards hm-rapid")

src/main/kotlin/no/nav/hjelpemidler/rivers/LoggRiver.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)