Remove debug

This commit is contained in:
nathan 2022-06-21 11:07:30 -06:00
parent 4fe62a0322
commit 34b0dc3e35

View File

@ -213,7 +213,6 @@ const Et2InputWidgetMixin = <T extends Constructor<LitElement>>(superclass : T)
// Deal with Lion readOnly vs etemplate readonly
public set readonly(new_value)
{
debugger;
this.__readonly = super.__readOnly = new_value;
this.requestUpdate("readonly");
}