diff --git a/common/app/conf/switches/FeatureSwitches.scala b/common/app/conf/switches/FeatureSwitches.scala index 1af94904f39d..9b76645805f6 100644 --- a/common/app/conf/switches/FeatureSwitches.scala +++ b/common/app/conf/switches/FeatureSwitches.scala @@ -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("dotcom.platform@theguardian.com")), - safeState = Off, - sellByDate = Some(LocalDate.of(2024, 1, 15)), - exposeClientSide = true, - ) }