From 4df6929e56a224216fe50e00b39dc759675bd3cf Mon Sep 17 00:00:00 2001 From: Demetrios Skamiotis Date: Wed, 29 Jan 2025 17:11:53 +0000 Subject: [PATCH] remove gpid prebid switch --- common/app/conf/switches/ABTestSwitches.scala | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index f2192d63983..e8da0aea459 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -49,17 +49,6 @@ trait ABTestSwitches { highImpact = false, ) - Switch( - ABTests, - "ab-gpid-prebid-ad-units", - "Test new GPID prebid ad units", - owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), - safeState = Off, - sellByDate = Some(LocalDate.of(2025, 1, 31)), - exposeClientSide = true, - highImpact = false, - ) - Switch( ABTests, "ab-prebid-keywords",