From aa4703174781395b6f84e133f923dcf7870a569d Mon Sep 17 00:00:00 2001 From: Alquen Sarmiento Date: Mon, 3 Feb 2025 17:40:27 +0800 Subject: [PATCH] fix: remove testing code --- src/block/design-library/edit.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/block/design-library/edit.js b/src/block/design-library/edit.js index 7f51a35064..a1f62895e4 100644 --- a/src/block/design-library/edit.js +++ b/src/block/design-library/edit.js @@ -36,10 +36,6 @@ const createBlockWithAttributes = ( blockName, attributes, innerBlocks, design ) const disabledBlocks = settings.stackable_block_states || {} // eslint-disable-line camelcase let hasSubstituted = false - blockName = 'stackable/progress-circle' - attributes = { uniqueID: '1234567' } - innerBlocks = [] - // Recursively substitute core blocks to disabled Stackable blocks const traverseBlocksAndSubstitute = blocks => { return blocks.map( block => {