Remove Http.errorToString

This commit is contained in:
Eike Kettner 2021-04-26 20:06:36 +02:00
parent a39dfbf82a
commit a98211af22

View File

@ -5,7 +5,6 @@ module Util.Http exposing
, authPostTrack , authPostTrack
, authPut , authPut
, authTask , authTask
, errorToString
, executeIn , executeIn
, jsonResolver , jsonResolver
) )
@ -17,11 +16,6 @@ import Process
import Task exposing (Task) import Task exposing (Task)
errorToString : Http.Error -> String
errorToString _ =
Debug.todo "remove me"
-- Authenticated Requests -- Authenticated Requests