Skip to content

Commit

Permalink
Merge pull request #27381 from guardian/dina/remove-update-logo-adver…
Browse files Browse the repository at this point in the history
…t-partner-switch

Remove `updateLogoAdPartner` switch
  • Loading branch information
deedeeh authored Aug 5, 2024
2 parents d48b311 + ff784ac commit 12ce055
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions common/app/conf/switches/CommercialSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,6 @@ trait CommercialSwitches {
sellByDate = never,
exposeClientSide = true,
)

val updateLogoAdPartner: Switch = Switch(
group = Commercial,
name = "update-logo-ad-partner",
description =
"Enable the updated logo styling for advertising partner and exclusive advertising partner US labels.",
owners = group(Commercial),
safeState = Off,
sellByDate = LocalDate.of(2024, 8, 7),
exposeClientSide = true,
)
}

trait PrebidSwitches {
Expand Down

0 comments on commit 12ce055

Please sign in to comment.