less logs for validation

This commit is contained in:
Tykayn 2021-05-04 09:35:23 +02:00 committed by tykayn
parent 9cd847be8f
commit 186e5e36da
1 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ export class ErrorsListComponent implements OnInit {
});
this.totalErrors = totalErrors;
console.log('Number of errors: ', totalErrors);
if (totalErrors) {
console.log('Number of errors: ', totalErrors);
}
}
}