From 8fa0f6f2b6ea6bfbd276f7f125afcc7065d18760 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Mon, 17 Feb 2025 15:09:21 +0100 Subject: [PATCH] Remove Feature store from debug --- modules/ppcp-settings/resources/js/data/debug.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ppcp-settings/resources/js/data/debug.js b/modules/ppcp-settings/resources/js/data/debug.js index f31a647d3..88bdf40ae 100644 --- a/modules/ppcp-settings/resources/js/data/debug.js +++ b/modules/ppcp-settings/resources/js/data/debug.js @@ -65,7 +65,6 @@ export const addDebugTools = ( context, modules ) => { stores.push( SettingsStoreName ); stores.push( StylingStoreName ); stores.push( TodosStoreName ); - stores.push( FeaturesStoreName ); } else { // Only reset the common & onboarding stores to restart the onboarding wizard. stores.push( CommonStoreName );