less logs for validation
parent
9cd847be8f
commit
186e5e36da
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue