From 84d67c93dee00d018c054201773350fb5cc0b625 Mon Sep 17 00:00:00 2001
From: Emma Imber <emma-jo.imber@guardian.co.uk>
Date: Mon, 10 Jun 2024 12:27:51 +0100
Subject: [PATCH] Remove switch

---
 common/app/conf/switches/CommercialSwitches.scala | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/common/app/conf/switches/CommercialSwitches.scala b/common/app/conf/switches/CommercialSwitches.scala
index 8f34b2782dfd..98580d45771b 100644
--- a/common/app/conf/switches/CommercialSwitches.scala
+++ b/common/app/conf/switches/CommercialSwitches.scala
@@ -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",