Remove debugger

This commit is contained in:
nathan 2021-08-20 15:51:14 -06:00
parent f00e4fb708
commit 0c6cd22bcd

View File

@ -86,7 +86,6 @@ export class Et2Button extends Et2InputWidget(Et2Widget(LionButton))
_handleClick(event : MouseEvent) : boolean _handleClick(event : MouseEvent) : boolean
{ {
debugger;
// ignore click on readonly button // ignore click on readonly button
if(this.disabled || this.readonly) return false; if(this.disabled || this.readonly) return false;