Skip to content

Commit

Permalink
feat(Experiments): remove Ophan ESM (#26685)
Browse files Browse the repository at this point in the history
No longer in use
  • Loading branch information
mxdvl authored Nov 30, 2023
1 parent 4166a6a commit a6114d1
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 @@ -12,7 +12,6 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
Lightbox,
OphanEsm,
AdaptiveSite,
OfferHttp3,
DeeplyRead,
Expand Down Expand Up @@ -65,12 +64,3 @@ object OfferHttp3
sellByDate = LocalDate.of(2023, 11, 30),
participationGroup = Perc1E,
)

object OphanEsm
extends Experiment(
name = "ophan-esm",
description = "Use ophan-tracker-js@2, which uses native ES Modules",
owners = Seq(Owner.withGithub("@guardian/ophan")),
sellByDate = LocalDate.of(2023, 11, 30),
participationGroup = Perc50,
)

0 comments on commit a6114d1

Please sign in to comment.