Skip to content

Commit

Permalink
Merge pull request #26676 from guardian/doml/remove-fronts-banner-switch
Browse files Browse the repository at this point in the history
Remove frontsBannerAds feature switch
  • Loading branch information
domlander authored Nov 7, 2023
2 parents 9031a6f + a082b6f commit 3366a31
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/conf/switches/CommercialSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3366a31

Please sign in to comment.