Skip to content

Commit

Permalink
Remove frontsBannerAds feature switch
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Nov 6, 2023
1 parent 9031a6f commit a082b6f
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 a082b6f

Please sign in to comment.