Skip to content

Commit

Permalink
F - Sletter dokumenter fra logging da det skaper unødvendig støy
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Nov 28, 2023
1 parent 6180bfb commit a145bcc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class JournalpostService(private val journalpostKlient: JournalpostKlient) {
"tema: ${request.tema}, " +
"kanal: ${request.kanal}, " +
"tittel: ${request.tittel}, " +
"dokumenter: ${request.dokumenter}, "+
"avsenderMottaker: ${request.avsenderMottaker}, " +
"bruker: ${if (vasketFnr == true) "*******" else "Mangler fnr" }, " +
"journalfoerendeEnhet: ${request.journalfoerendeEnhet}")
Expand Down

0 comments on commit a145bcc

Please sign in to comment.