Remove log statement.

This commit is contained in:
Dillon Kearns 2022-05-23 19:45:28 -07:00
parent 11655cdbab
commit d79f8a5403

View File

@ -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"