diff --git a/packages/block-editor/src/hooks/aria-label.js b/packages/block-editor/src/hooks/aria-label.js index 0e134c5ae5fe08..7f93aa4ff8c8b2 100644 --- a/packages/block-editor/src/hooks/aria-label.js +++ b/packages/block-editor/src/hooks/aria-label.js @@ -22,7 +22,6 @@ const ARIA_LABEL_SCHEMA = { export function addAttribute( settings ) { // Allow blocks to specify their own attribute definition with default values if needed. if ( settings?.attributes?.ariaLabel?.type ) { - console.log( 'The ariaLabel', settings.attributes.ariaLabel ); return settings; } if ( hasBlockSupport( settings, 'ariaLabel' ) ) {