mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-09 19:29:29 +08:00
Remove Debug function (#699)
Signed-off-by: Ivan Milošević <iva@blokovi.com>
This commit is contained in:
parent
6ebc758f89
commit
77ce0f9fab
@ -6,7 +6,6 @@
|
||||
|
||||
module Error exposing (handle)
|
||||
|
||||
import Debug
|
||||
import Http
|
||||
|
||||
|
||||
@ -26,8 +25,4 @@ handle error =
|
||||
"Bad status: " ++ String.fromInt code
|
||||
|
||||
Http.BadBody err ->
|
||||
let
|
||||
_ =
|
||||
Debug.log "Bad body error: " err
|
||||
in
|
||||
"Invalid response body"
|
||||
|
Loading…
x
Reference in New Issue
Block a user