Skip to content

Commit

Permalink
chore: remove unused AllStops plug
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed May 6, 2024
1 parent 9979398 commit 3743fa1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 205 deletions.
69 changes: 0 additions & 69 deletions lib/dotcom_web/controllers/schedule/all_stops.ex

This file was deleted.

1 change: 0 additions & 1 deletion lib/dotcom_web/controllers/schedule/core.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ defmodule DotcomWeb.ScheduleController.Core do
defp schedule_pipeline_with_direction(conn, _opts) do
conn
|> assign_alerts([])
|> call_plug(DotcomWeb.ScheduleController.AllStops)
end
end
1 change: 0 additions & 1 deletion lib/dotcom_web/controllers/schedule/line_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ defmodule DotcomWeb.ScheduleController.LineController do
plug(DotcomWeb.ScheduleController.RoutePdfs)
plug(DotcomWeb.ScheduleController.Defaults)
plug(:alerts)
plug(DotcomWeb.ScheduleController.AllStops)
plug(DotcomWeb.ScheduleController.RouteBreadcrumbs)
plug(DotcomWeb.ScheduleController.HoursOfOperation)
plug(DotcomWeb.ScheduleController.Holidays)
Expand Down
134 changes: 0 additions & 134 deletions test/dotcom_web/controllers/schedule/all_stops_test.exs

This file was deleted.

0 comments on commit 3743fa1

Please sign in to comment.