Skip to content

Commit 7a452d5

Browse files
committed
chore: remove comment
Signed-off-by: azu <[email protected]>
1 parent a583314 commit 7a452d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/_layouts/website/page.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
observer.disconnect();
3131
}
3232
const callback = function(mutationsList) {
33-
// Use traditional 'for loops' for IE 11
3433
for (const mutation of mutationsList) {
3534
const mirrorConsole = Array.from(mutation.addedNodes).find(node => Boolean(node.dataset.mirrorConsole));
3635
if (mirrorConsole) {

0 commit comments

Comments
 (0)