mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-01 07:45:22 +03:00
Remove debug log statements in CLI.
This commit is contained in:
parent
1b09fcd991
commit
e93f699edf
@ -221,10 +221,10 @@ perform cliMsgConstructor toJsPort effect =
|
||||
|> Cmd.batch
|
||||
|
||||
FetchHttp ({ unmasked, masked } as requests) ->
|
||||
let
|
||||
_ =
|
||||
Debug.log "Fetching" masked.url
|
||||
in
|
||||
--let
|
||||
-- _ =
|
||||
-- Debug.log "Fetching" masked.url
|
||||
--in
|
||||
Http.request
|
||||
{ method = unmasked.method
|
||||
, url = unmasked.url
|
||||
@ -402,9 +402,9 @@ update config msg model =
|
||||
case msg of
|
||||
GotStaticHttpResponse { request, response } ->
|
||||
let
|
||||
_ =
|
||||
Debug.log "Got response" request.masked.url
|
||||
|
||||
--_ =
|
||||
-- Debug.log "Got response" request.masked.url
|
||||
--
|
||||
updatedModel =
|
||||
(case response of
|
||||
Ok okResponse ->
|
||||
|
Loading…
Reference in New Issue
Block a user