Skip to content

Commit

Permalink
Remove experiment brought in by rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed May 14, 2024
1 parent ea00134 commit 838635b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,10 @@ object ActiveExperiments extends ExperimentsDefinition {
DCRVideoPages,
UpdatedHeaderDesign,
MastheadWithHighlights,
DeeplyReadRightColumn,
)
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object DeeplyReadRightColumn
extends Experiment(
name = "deeply-read-right-column",
description = "Test the impact of adding deeply read component to the right column",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2024, 7, 31),
participationGroup = Perc0A,
)

object UpdatedHeaderDesign
extends Experiment(
name = "updated-header-design",
Expand Down

0 comments on commit 838635b

Please sign in to comment.