mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Remove log statement.
This commit is contained in:
parent
11655cdbab
commit
d79f8a5403
@ -965,9 +965,6 @@ fetchRouteData transitionKey toMsg config url details =
|
||||
urlEncodedFields =
|
||||
details
|
||||
|> Maybe.map FormDecoder.encodeFormData
|
||||
|
||||
_ =
|
||||
Debug.log "???" url.query
|
||||
in
|
||||
Http.request
|
||||
{ method = details |> Maybe.map (.method >> FormDecoder.methodToString) |> Maybe.withDefault "GET"
|
||||
|
Loading…
Reference in New Issue
Block a user