Skip to content

Commit

Permalink
fjerne console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Watercolours committed Nov 26, 2024
1 parent c2d1af9 commit 35155af
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ export const Behandling = () => {
if (behandlingIdFraURL !== behandlingFraRedux?.id) {
fetchBehandling(
behandlingIdFraURL,
(behandling) => {
if (behandling.hendelser) {
console.log(behandling.hendelser)
}
dispatch(setBehandling(behandling))
},
(behandling) => dispatch(setBehandling(behandling)),
() => dispatch(resetBehandling())
)
}
Expand Down

0 comments on commit 35155af

Please sign in to comment.