remove debug logging

This commit is contained in:
Crazypersonalph
2024-05-20 19:58:15 +08:00
parent 8584c7a7c5
commit f64f356061
-1
View File
@@ -484,7 +484,6 @@ function applyDarkModeToIframe(iframe: HTMLIFrameElement, cssLink: HTMLStyleElem
const head = iframeDocument.head
if (head && !head.innerHTML.includes('iframecss')) {
head.innerHTML += cssLink.outerHTML
console.log(head)
}
}