From 34b0dc3e356964560266d3daf3882aafa4b37d2d Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 21 Jun 2022 11:07:30 -0600 Subject: [PATCH] Remove debug --- api/js/etemplate/Et2InputWidget/Et2InputWidget.ts | 1 - 1 file changed, 1 deletion(-) 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"); }