Skip to content

Commit 06ae360

Browse files
[DSC-2599] remove console log
1 parent a3947d9 commit 06ae360

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/form/form.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ export class FormComponent implements OnDestroy, OnInit {
291291
// Remove errors for fields no longer present
292292
this.formErrors.forEach(prev => {
293293
const key = `${prev.fieldId}:${prev.fieldIndex}`;
294-
console.log('checking removal of', key, prevMap.has(key));
295294
if (!nextMap.has(key) && prevMap.has(key)) {
296295
const control = getControl(prev);
297296
if (control) {

0 commit comments

Comments
 (0)