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 );