Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove debug code
  • Loading branch information
talldan committed Jul 30, 2021
commit e652b2626a1a7ca35b9e4f9ab53b9dcf81a1878c
1 change: 0 additions & 1 deletion packages/customize-widgets/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function initialize( editorName, blockEditorSettings ) {
wp.customize.controlConstructor.sidebar_block_editor = SidebarControl;

const container = document.createElement( 'div' );
container.classList.add( 'test' );
document.body.appendChild( container );

wp.customize.bind( 'ready', () => {
Expand Down