Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Feb 23, 2022
1 parent 4bcac0f commit 3a80daa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions elm/Internal/CookiesRegulationModal.elm
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ modalBodyView model =

modalFooterView : Model -> Html Msg
modalFooterView model =
let
_ =
Debug.log "test" (not (hasAcceptationChange model) && not model.needUserAction)
in
div [ class "cookies-regulation-modal-footer" ]
[ htmlWhen (not model.noConsent) <|
Button.view
Expand Down

0 comments on commit 3a80daa

Please sign in to comment.