[develop]: Remove console log from input component

This commit is contained in:
Konstantinos Triantafyllou 2024-05-29 19:39:08 +03:00
parent 65a60ddad1
commit e9eb05de64
1 changed files with 0 additions and 1 deletions

View File

@ -829,7 +829,6 @@ export class InputComponent implements OnInit, OnDestroy, AfterViewInit, OnChang
resetValue(event: any) {
event.stopPropagation();
console.log(1)
this.formControl.setValue('');
this.focus(true, event);
}