Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit e08ccc8

Browse files
committed
Remove warning about Element.prototype.attachShadow not existing.
1 parent 398f521 commit e08ccc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Patch/Element.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export default function(internals) {
2222
this.__CE_shadowRoot = shadowRoot;
2323
return shadowRoot;
2424
});
25-
} else {
26-
console.warn('Custom Elements: `Element#attachShadow` was not patched.');
2725
}
2826

2927

0 commit comments

Comments
 (0)