From c4f594423728d6f66381033b6e6a568af63e189c Mon Sep 17 00:00:00 2001 From: Charlotte Emms <43961396+cemms1@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:00:37 +0100 Subject: [PATCH] remove highlights experiment (#27530) --- common/app/experiments/Experiments.scala | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index 4c1018c9366..d10480a2069 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -12,23 +12,12 @@ object ActiveExperiments extends ExperimentsDefinition { override val allExperiments: Set[Experiment] = Set( RemoveLiteFronts, - MastheadWithHighlights, EuropeBetaFront, DarkModeWeb, ) implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) } -object MastheadWithHighlights - extends Experiment( - name = "masthead-with-highlights", - description = - "Shows new masthead component, with highlights container, in place of current header/navigation and top bar", - owners = Seq(Owner.withGithub("cemms1"), Owner.withEmail("project.fairground@theguardian.com")), - sellByDate = LocalDate.of(2024, 10, 15), - participationGroup = Perc50, - ) - object EuropeBetaFront extends Experiment( name = "europe-beta-front",