Skip to content

Commit

Permalink
Merge pull request #814 from wordpress-mobile/fix-core-data-warning
Browse files Browse the repository at this point in the history
Remove deprecated controls plugin
  • Loading branch information
koke authored Apr 4, 2019
2 parents c391c55 + 77d33cd commit 3eb3ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 3eb3ae1

Please sign in to comment.