Remove console.log
This commit is contained in:
@ -15,7 +15,6 @@ const {} = Astro.props;
|
|||||||
|
|
||||||
function attachEvent(selector, event, fn) {
|
function attachEvent(selector, event, fn) {
|
||||||
const matches = document.querySelectorAll(selector);
|
const matches = document.querySelectorAll(selector);
|
||||||
console.log(matches);
|
|
||||||
if (matches && matches.length) {
|
if (matches && matches.length) {
|
||||||
matches.forEach((elem) => {
|
matches.forEach((elem) => {
|
||||||
elem.addEventListener(
|
elem.addEventListener(
|
||||||
|
Reference in New Issue
Block a user