From a082b6fc4e269c06374a87bc0ebe52be3cc1c2c2 Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Wed, 1 Nov 2023 13:47:39 +0000 Subject: [PATCH] Remove frontsBannerAds feature switch --- common/app/conf/switches/CommercialSwitches.scala | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/app/conf/switches/CommercialSwitches.scala b/common/app/conf/switches/CommercialSwitches.scala index d18172c1009..f1047d1ad55 100644 --- a/common/app/conf/switches/CommercialSwitches.scala +++ b/common/app/conf/switches/CommercialSwitches.scala @@ -158,16 +158,6 @@ trait CommercialSwitches { sellByDate = never, exposeClientSide = true, ) - - val frontsBannerAds: Switch = Switch( - group = Commercial, - name = "fronts-banner-ads", - description = "Enable banner ads to display instead of MPUs and merch-high on fronts pages.", - owners = group(Commercial), - safeState = Off, - sellByDate = never, - exposeClientSide = true, - ) } trait PrebidSwitches {