From 30664b3fb375a0d15b7784f84189ddc4ce2814d7 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 19 Jan 2025 16:13:46 -0700 Subject: [PATCH] Remove commented code --- module/Apps/elements/Icon.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/Apps/elements/Icon.mjs b/module/Apps/elements/Icon.mjs index 4738c23..87d2c7b 100644 --- a/module/Apps/elements/Icon.mjs +++ b/module/Apps/elements/Icon.mjs @@ -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);