From 9671d3340d7258bf478623d81c26d00fbabfb167 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 29 Nov 2023 11:50:32 +0000 Subject: [PATCH] Delete GEM AB test switch --- common/app/conf/switches/ABTestSwitches.scala | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index d9cc3fa0a0a3..babee9ef876b 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -55,16 +55,6 @@ trait ABTestSwitches { exposeClientSide = true, ) - Switch( - ABTests, - "ab-elements-manager", - "Test serving GEM assets in ad slots on page", - owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), - safeState = Off, - sellByDate = Some(LocalDate.of(2023, 11, 30)), - exposeClientSide = true, - ) - Switch( ABTests, "ab-prebid-kargo",