Skip to content

Commit b25d3db

Browse files
committed
Remove commented-out code
1 parent 6495425 commit b25d3db

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/block-editor/src/hooks/background.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,6 @@ export function BackgroundImagePanel( {
147147
return null;
148148
}
149149

150-
/*
151-
const defaultControls = getBlockSupport( name, [
152-
BACKGROUND_SUPPORT_KEY,
153-
'__experimentalDefaultControls',
154-
] );
155-
*/
156-
157150
const onChange = ( newStyle ) => {
158151
setAttributes( {
159152
style: cleanEmptyObject( newStyle ),

0 commit comments

Comments
 (0)