Remove console log
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user