Skip to content

Commit

Permalink
Remove switch
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-imber committed Jun 10, 2024
1 parent 9ce9cd8 commit 84d67c9
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 @@ -129,16 +129,6 @@ trait CommercialSwitches {
exposeClientSide = true,
)

val redplanetForAUSSwitch: Switch = Switch(
group = CommercialPrebid,
name = "redplanet-for-aus",
description = "Turn on Redplanet in AUS",
owners = group(Commercial),
safeState = Off,
sellByDate = never,
exposeClientSide = true,
)

val commercialMetrics: Switch = Switch(
group = Commercial,
name = "commercial-metrics",
Expand Down

0 comments on commit 84d67c9

Please sign in to comment.