mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Remove debug
This commit is contained in:
parent
4fe62a0322
commit
34b0dc3e35
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user