Skip to content

Commit a816a12

Browse files
committed
[DSC-1236] remove unnecessary console logs
1 parent 2493a8e commit a816a12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/shared/form/builder/ds-dynamic-form-ui/models/relation-group/modal/dynamic-relation-group-modal.components.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export class DsDynamicRelationGroupModalComponent extends DynamicFormControlComp
144144
this.formModel.forEach((row) => {
145145
const modelRow = row as DynamicFormGroupModel;
146146
modelRow.group.forEach((model: DsDynamicInputModel) => {
147-
console.log(model);
148147
const value = (this.item[model.name] === PLACEHOLDER_PARENT_METADATA
149148
|| this.item[model.name].value === PLACEHOLDER_PARENT_METADATA)
150149
? null
@@ -360,7 +359,6 @@ export class DsDynamicRelationGroupModalComponent extends DynamicFormControlComp
360359
);
361360
});
362361
});
363-
console.log(item);
364362
return item;
365363
}
366364

0 commit comments

Comments
 (0)