From dc80fab8220e0981d13eea1aa8b7992aca9bc515 Mon Sep 17 00:00:00 2001 From: Demetrios Skamiotis Date: Tue, 6 Feb 2024 15:54:14 +0000 Subject: [PATCH] remove feauture switch - due to ab test in place --- common/app/conf/switches/FeatureSwitches.scala | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/app/conf/switches/FeatureSwitches.scala b/common/app/conf/switches/FeatureSwitches.scala index 59633c530bec..c42f5e5ddb08 100644 --- a/common/app/conf/switches/FeatureSwitches.scala +++ b/common/app/conf/switches/FeatureSwitches.scala @@ -533,14 +533,4 @@ trait FeatureSwitches { sellByDate = Some(LocalDate.of(2024, 6, 5)), exposeClientSide = true, ) - - val CrosswordMobileBanner = Switch( - SwitchGroup.Feature, - "crossword-mobile-banner", - "If this switch is on, we will show an advert banner on mobile crossword pages", - owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), - safeState = Off, - sellByDate = Some(LocalDate.of(2024, 3, 15)), - exposeClientSide = true, - ) }