diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index 1082c1acb85..252164e03ee 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -11,7 +11,6 @@ import java.time.LocalDate object ActiveExperiments extends ExperimentsDefinition { override val allExperiments: Set[Experiment] = Set( - AMPGlobalAddressList, AdaptiveSite, CommercialMegaTest, DCRTagPages, @@ -48,15 +47,6 @@ object DCRTagPages participationGroup = Perc10A, ) -object AMPGlobalAddressList - extends Experiment( - name = "amp-global-address-list", - description = "Test a change to the global address list on AMP", - owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), - sellByDate = LocalDate.of(2024, 4, 30), - participationGroup = Perc0A, - ) - object UpdatedHeaderDesign extends Experiment( name = "updated-header-design",