diff --git a/common/app/conf/switches/CommercialSwitches.scala b/common/app/conf/switches/CommercialSwitches.scala index b63ba902412a..8b6c38c45601 100644 --- a/common/app/conf/switches/CommercialSwitches.scala +++ b/common/app/conf/switches/CommercialSwitches.scala @@ -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 {