Skip to content

Commit

Permalink
fix: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 5, 2024
1 parent b36b29e commit 4ec251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ init : Metadata -> Url.Url -> Nav.Key -> ( Model, Cmd Msg )
init meta url key =
let
route =
parseUrl url |> Debug.log "route"
parseUrl url
in
( { key = key
, meta = meta
Expand Down

0 comments on commit 4ec251b

Please sign in to comment.