Skip to content

Commit

Permalink
Revert test [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
anvmn committed Mar 13, 2023
1 parent 81d9a1f commit 07d46d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/elm/Pages/Report/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ import Utils.WebData exposing (viewWebData)

viewLabsPane : Language -> NominalDate -> (Maybe LabResultsMode -> msg) -> Html msg
viewLabsPane language currentDate setLabResultsModeMsg =
let
_ =
Debug.log "TEST" "viewLabsPane"
in
div [ class "labs" ] <|
[ viewItemHeading language Translate.LabResults "blue"
, div [ class "pane-content" ]
Expand Down

0 comments on commit 07d46d4

Please sign in to comment.