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