Skip to content

Commit

Permalink
remove feauture switch - due to ab test in place
Browse files Browse the repository at this point in the history
  • Loading branch information
dskamiotis committed Feb 7, 2024
1 parent 09a262c commit dc80fab
Showing 1 changed file with 0 additions and 10 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 @@ -533,14 +533,4 @@ trait FeatureSwitches {
sellByDate = Some(LocalDate.of(2024, 6, 5)),
exposeClientSide = true,
)

val CrosswordMobileBanner = Switch(
SwitchGroup.Feature,
"crossword-mobile-banner",
"If this switch is on, we will show an advert banner on mobile crossword pages",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 3, 15)),
exposeClientSide = true,
)
}

0 comments on commit dc80fab

Please sign in to comment.