Skip to content

Commit

Permalink
Merge pull request #26735 from guardian/ds-remove-userFeatures-featur…
Browse files Browse the repository at this point in the history
…e-switch

remove user-features feature switch
  • Loading branch information
dskamiotis authored Dec 4, 2023
2 parents a06fec0 + a38acfd commit 5d81a1f
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 @@ -532,14 +532,4 @@ trait FeatureSwitches {
sellByDate = Some(LocalDate.of(2024, 6, 5)),
exposeClientSide = true,
)

val UserFeaturesDcr = Switch(
SwitchGroup.Feature,
"user-features-dcr",
"If this switch is on, we will load user-features from dcr",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 1, 15)),
exposeClientSide = true,
)
}

0 comments on commit 5d81a1f

Please sign in to comment.