Get rid of exesive logging

This commit is contained in:
MathMan05 2024-08-20 16:20:12 -05:00
parent 3952698d31
commit 0a1b574f2a
12 changed files with 0 additions and 32 deletions

View file

@ -202,7 +202,6 @@ class ButtonInput implements OptionsElement{
return div;
}
private onClickEvent(ev:Event){
console.log("here :3")
this.onClick();
}
watchForChange(){}