Skip to content

Commit b97f8c9

Browse files
committed
chore: cleaning the console log
1 parent 97424d8 commit b97f8c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/scripts.js

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function a11yLinks(main) {
7272
if (link.querySelector(':scope > span[class*="icon"]')) {
7373
const icon = link.querySelector(':scope > span[class*="icon"]');
7474
label = icon.classList[1].split('-')[1];
75-
console.log(label);
7675
}
7776
link.setAttribute('aria-label', label);
7877
});

0 commit comments

Comments
 (0)