diff --git a/modules/webapp/src/main/elm/Util/Http.elm b/modules/webapp/src/main/elm/Util/Http.elm index f780c8fb..cb7b696d 100644 --- a/modules/webapp/src/main/elm/Util/Http.elm +++ b/modules/webapp/src/main/elm/Util/Http.elm @@ -5,7 +5,6 @@ module Util.Http exposing , authPostTrack , authPut , authTask - , errorToString , executeIn , jsonResolver ) @@ -17,11 +16,6 @@ import Process import Task exposing (Task) -errorToString : Http.Error -> String -errorToString _ = - Debug.todo "remove me" - - -- Authenticated Requests