Remove comment.

This commit is contained in:
Dillon Kearns 2023-05-27 15:08:37 -07:00
parent 27999b3186
commit 1d6476cd8f

View File

@ -82,7 +82,6 @@ xmlDecoder =
in
ApiRoute.succeed
(\request ->
--(\_ xmlString ->
case ( request |> Request.matchesContentType "application/xml", Request.body request ) of
( True, Just xmlString ) ->
xmlString