Skip to content

Commit

Permalink
Remove vertical video switch
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 18, 2023
1 parent a5f8fcd commit 0e846fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions common/app/conf/switches/FeatureSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -522,14 +522,4 @@ trait FeatureSwitches {
exposeClientSide = true,
)

val VerticalVideo = Switch(
SwitchGroup.Feature,
"vertical-video",
"When ON, shows the vertical video container",
owners = Seq(Owner.withGithub("@guardian/editorial-experience")),
safeState = Off,
sellByDate = never,
exposeClientSide = true,
)

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@import views.html.fragments.containers.facia_cards._
@import views.support.Commercial.container.shouldRenderAsPaidContainer
@import views.support.GetClasses
@import conf.switches.Switches.{MostViewedFronts, VerticalVideo => VerticalVideoSwitch}
@import conf.switches.Switches.{MostViewedFronts}
@import experiments.ActiveExperiments

@import conf.audio.FlagshipFrontContainer
Expand Down

0 comments on commit 0e846fc

Please sign in to comment.