We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0c3a7 commit 87bbf79Copy full SHA for 87bbf79
app/src/main/kotlin/no/nav/tiltakspenger/saksbehandling/App.kt
@@ -85,10 +85,6 @@ internal fun start(
85
applicationContext.meldekortContext.sendMeldeperiodeTilBrukerService.send()
86
applicationContext.utbetalingContext.oppdaterUtbetalingsstatusService.oppdaterUtbetalingsstatus()
87
}
88
- // Tester denne kun i dev til å begynne med
89
- if (!Configuration.isProd()) {
90
- applicationContext.genererMeldeperioderService.genererMeldeperioderForSaker()
91
- }
92
},
93
)
94
0 commit comments