From ae1568cc3ba34d74110ecc01f006d8b0e04a66e7 Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Tue, 2 Apr 2024 11:57:34 +0300 Subject: [PATCH] remove todo --- .../src/migrations/legacy-local-storage-data/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/preferences-persistence/src/migrations/legacy-local-storage-data/index.js b/packages/preferences-persistence/src/migrations/legacy-local-storage-data/index.js index fc177096e9921..6f0bebd13a8a9 100644 --- a/packages/preferences-persistence/src/migrations/legacy-local-storage-data/index.js +++ b/packages/preferences-persistence/src/migrations/legacy-local-storage-data/index.js @@ -66,7 +66,6 @@ export function convertLegacyData( data ) { 'panels', convertEditPostPanels ); - // TODO: check this.. data = moveIndividualPreference( data, { from: 'core/editor', to: 'core' },