From 77ce0f9fab12a025463317abe499b018ee9877bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Milo=C5=A1evi=C4=87?= Date: Tue, 9 Apr 2019 10:50:23 +0200 Subject: [PATCH] Remove Debug function (#699) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ivan Milošević --- ui/src/Error.elm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/src/Error.elm b/ui/src/Error.elm index a9c0d7f1..f92e526a 100644 --- a/ui/src/Error.elm +++ b/ui/src/Error.elm @@ -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"