diff --git a/api/js/etemplate/Et2InputWidget/Et2InputWidget.ts b/api/js/etemplate/Et2InputWidget/Et2InputWidget.ts index 030f29eb09..7b9d3c17ec 100644 --- a/api/js/etemplate/Et2InputWidget/Et2InputWidget.ts +++ b/api/js/etemplate/Et2InputWidget/Et2InputWidget.ts @@ -213,7 +213,6 @@ const Et2InputWidgetMixin = >(superclass : T) // Deal with Lion readOnly vs etemplate readonly public set readonly(new_value) { - debugger; this.__readonly = super.__readOnly = new_value; this.requestUpdate("readonly"); }