🔥 remove console

This commit is contained in:
Tw93
2023-06-07 19:13:13 +08:00
parent fda366c6fa
commit 4bc12a7bf3

View File

@@ -139,7 +139,6 @@ document.addEventListener('DOMContentLoaded', () => {
const detectAnchorElementClick = (e) => {
const anchorElement = e.target.closest('a');
console.log(">>>>>>>>>",anchorElement);
if (anchorElement && anchorElement.href) {
const target = anchorElement.target;
anchorElement.target = '_self';
@@ -281,10 +280,9 @@ function detectDownloadByCreateAnchor() {
});
});
}
return anchorClick.bind(anchorEle);
}
}
})
}
}
}