diff --git a/src/index.js b/src/index.js index 44329b70c1..1f5c8179d8 100644 --- a/src/index.js +++ b/src/index.js @@ -26,7 +26,6 @@ const gutenbergSetup = () => { const userId = 1; const storageKey = 'WP_DATA_USER_' + userId; wpData.use( wpData.plugins.persistence, { storageKey } ); - wpData.use( wpData.plugins.controls ); }; const editorSetup = () => {