Remove console log

This commit is contained in:
joncrangle
2023-11-11 20:02:00 -05:00
parent 02e6b1c090
commit bdd19dcbb6

View File

@@ -175,7 +175,6 @@
styleTags.forEach(el => { styleTags.forEach(el => {
const href = el.getAttribute('href').substring(1); const href = el.getAttribute('href').substring(1);
const updatedHref = href.replace(/(https?:\/\/.+?)\/{2,}/, '$1/'); const updatedHref = href.replace(/(https?:\/\/.+?)\/{2,}/, '$1/');
console.log(updatedHref);
el.setAttribute('href', updatedHref); el.setAttribute('href', updatedHref);
}); });
setTimeout(() => { setTimeout(() => {