Skip to content

Commit

Permalink
Merge pull request #27053 from guardian/remove-DisableAmpTest
Browse files Browse the repository at this point in the history
fix: remove DisableAmpTest
  • Loading branch information
jamesgorrie authored Apr 16, 2024
2 parents c7c3903 + 41b06e6 commit a371220
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 @@ -299,16 +299,6 @@ trait FeatureSwitches {
exposeClientSide = true,
)

val DisableAmpTest = Switch(
SwitchGroup.Feature,
"disable-amp-test",
"If this switch is on, we will disable the amphtml link on articles for a cohort of readers",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = On,
sellByDate = never,
exposeClientSide = true,
)

val R2PagePressServiceSwitch = Switch(
SwitchGroup.Feature,
"r2-page-press-service",
Expand Down

0 comments on commit a371220

Please sign in to comment.