From 4ba800d22d5bce44d3f59c434746b476c0534e21 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 14 Feb 2022 11:24:40 -0800 Subject: [PATCH] Remove unused. --- src/Pages/Internal/Platform/Cli.elm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Pages/Internal/Platform/Cli.elm b/src/Pages/Internal/Platform/Cli.elm index 5799bb97..7301eaea 100644 --- a/src/Pages/Internal/Platform/Cli.elm +++ b/src/Pages/Internal/Platform/Cli.elm @@ -742,13 +742,6 @@ sendSinglePageProgress site contentJson config model info = (config.globalHeadTags |> Maybe.withDefault (DataSource.succeed [])) model.allRawResponses |> Result.mapError (StaticHttpRequest.toBuildError "Site.elm") - - apiRouteHeadTags : DataSource (List Head.Tag) - apiRouteHeadTags = - config.apiRoutes HtmlPrinter.htmlToString - |> List.filterMap ApiRoute.getGlobalHeadTagsDataSource - |> DataSource.combine - |> DataSource.map List.concat in case Result.map3 (\a b c -> ( a, b, c )) pageFoundResult renderedResult siteDataResult of Ok ( maybeNotFoundReason, renderedOrApiResponse, siteData ) ->