Skip to content

Commit

Permalink
Fjerne SAF debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nattaphongklinjan committed Aug 8, 2024
1 parent d011e07 commit c735c8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/api/dokumenter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export const handleDokumenter: NextApiHandler<Journalpost[]> = async (req, res)
} = await hentDokumentOversikt(await session.apiToken(safAudience), fnr);
jposter = journalposter;

console.log(journalposter);

logger.info(`Hentet ${jposter.length} journalposter`);
} catch (errors) {
logger.error(`Feil fra SAF: ${errors.response}`);
Expand Down

0 comments on commit c735c8a

Please sign in to comment.