mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 05:13:24 +03:00
Remove Debug statements.
This commit is contained in:
parent
e819b354df
commit
4d7039b50e
@ -161,7 +161,7 @@ action routeParams =
|
||||
|> Result.withDefault Nothing
|
||||
|> Maybe.withDefault Session.empty
|
||||
in
|
||||
case formResult |> Debug.log "formResult" of
|
||||
case formResult of
|
||||
Ok (DeleteItem itemId) ->
|
||||
okSessionThing
|
||||
|> Session.get "sessionId"
|
||||
@ -185,11 +185,9 @@ action routeParams =
|
||||
|
||||
Just userId ->
|
||||
Data.Todo.delete
|
||||
({ userId = userId
|
||||
{ userId = userId
|
||||
, itemId = Uuid itemId
|
||||
}
|
||||
|> Debug.log "@delete"
|
||||
)
|
||||
|> Request.Hasura.mutationDataSource
|
||||
|> DataSource.map
|
||||
(\() ->
|
||||
|
Loading…
Reference in New Issue
Block a user