Skip to content

Commit

Permalink
Revert "Temporarily enable back bay and tufts (#715)" (#717)
Browse files Browse the repository at this point in the history
This reverts commit 07da171.
  • Loading branch information
PaulJKim authored Oct 24, 2023
1 parent 07da171 commit 926514a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/signs/utilities/audio.ex
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,7 @@ defmodule Signs.Utilities.Audio do
# Disable crowding messages for now
new_audios =
Enum.map(new_audios, fn %{__struct__: audio_type} = audio ->
if audio_type in [Audio.Approaching, Audio.TrainIsArriving] and
sign.id not in [
"back_bay_northbound",
"back_bay_southbound",
"chinatown_northbound",
"chinatown_northbound_lobby"
] do
if audio_type in [Audio.Approaching, Audio.TrainIsArriving] and sign.id not in [] do
%{audio | crowding_description: nil}
else
audio
Expand Down

0 comments on commit 926514a

Please sign in to comment.