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