Skip to content

Commit 0ffcfdb

Browse files
authored
fix: remove testing code (#3411)
1 parent c6af032 commit 0ffcfdb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/block/design-library/edit.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ const createBlockWithAttributes = ( blockName, attributes, innerBlocks, design )
3636
const disabledBlocks = settings.stackable_block_states || {} // eslint-disable-line camelcase
3737
let hasSubstituted = false
3838

39-
blockName = 'stackable/progress-circle'
40-
attributes = { uniqueID: '1234567' }
41-
innerBlocks = []
42-
4339
// Recursively substitute core blocks to disabled Stackable blocks
4440
const traverseBlocksAndSubstitute = blocks => {
4541
return blocks.map( block => {

0 commit comments

Comments
 (0)