From 04a5c7452eed7618e47f9a058ef304ef2f99183d Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 2 May 2023 15:18:22 +1000 Subject: [PATCH] Remove admin_style_v2 description Partially reverts 9a1b1498bf --- lib/open_food_network/feature_toggle.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/open_food_network/feature_toggle.rb b/lib/open_food_network/feature_toggle.rb index 305511a0a5..a64e960d6c 100644 --- a/lib/open_food_network/feature_toggle.rb +++ b/lib/open_food_network/feature_toggle.rb @@ -11,9 +11,6 @@ module OpenFoodNetwork # We way move this to a YAML file when it becomes too awkward. # **WARNING:** Features not in this list will be removed. CURRENT_FEATURES = { - "admin_style_v2" => <<~DESC, - Change some colour and layout in the backend to a newer version. - DESC "api_reports" => <<~DESC, An API endpoint for reports at /api/v0/reports/:report_type(/:report_subtype)