1
0
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:
Ivan Milošević 2019-04-09 10:50:23 +02:00 committed by Aleksandar Novaković
parent 6ebc758f89
commit 77ce0f9fab

View File

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