Remove commented code

This commit is contained in:
Oliver-Akins 2025-01-19 16:13:46 -07:00
parent 9d48794b83
commit 30664b3fb3

View file

@ -26,7 +26,6 @@ export class RipCryptIcon extends StyledShadowElement(HTMLElement) {
constructor() {
super();
// this._shadow = this.attachShadow({ mode: `open`, delegatesFocus: true });
this.#container = document.createElement(`div`);
this._shadow.appendChild(this.#container);