mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
remove debug logging
This commit is contained in:
@@ -484,7 +484,6 @@ function applyDarkModeToIframe(iframe: HTMLIFrameElement, cssLink: HTMLStyleElem
|
|||||||
const head = iframeDocument.head
|
const head = iframeDocument.head
|
||||||
if (head && !head.innerHTML.includes('iframecss')) {
|
if (head && !head.innerHTML.includes('iframecss')) {
|
||||||
head.innerHTML += cssLink.outerHTML
|
head.innerHTML += cssLink.outerHTML
|
||||||
console.log(head)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user