Remove Feature store from debug

This commit is contained in:
carmenmaymo 2025-02-17 15:09:21 +01:00
parent 1497cbae52
commit 8fa0f6f2b6
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

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