Skip to content

Commit

Permalink
KAW-7905: remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioana Iordache committed Sep 4, 2024
1 parent 3d067f0 commit ee2b7fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default async function decorate(block) {

// a11y for social icons
const socialIconLinks = footer.querySelectorAll('.footer-column:has(a[title=""]) a[title=""]');
console.log('🚀 ~ decorate ~ socialIcons:', socialIconLinks);
socialIconLinks.forEach((anchor) => addTitleAttributeToIconLink(anchor));

const lists = [...footer.querySelectorAll('ul')];
Expand Down

0 comments on commit ee2b7fa

Please sign in to comment.