Remove debug

This commit is contained in:
nathan 2022-12-05 09:39:08 -07:00
parent cc6c3871a5
commit 4399e276eb

View File

@ -83,7 +83,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
return html`
<div part="base" ${this.id ? html`id="${this.id}"` : ''} class=${classMap({
"no-print-gap": noGap
})} hey>
})}>
<slot></slot>
</div> `;