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 {