Skip to content

Commit

Permalink
fix: console log
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 committed Nov 13, 2024
1 parent 256a980 commit 093a1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-editor/src/hooks/aria-label.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down

0 comments on commit 093a1bb

Please sign in to comment.