Skip to content

Commit 7d6de7c

Browse files
[CST-14425] remove log
1 parent 7c0defa commit 7d6de7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/form/builder/parsers/link-field-parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export class LinkFieldParser extends ConcatFieldParser {
112112
this.initSecurityValue(concatGroup, fieldValue);
113113
const concatModel = new DynamicLinkModel(concatGroup, clsGroup);
114114
concatModel.name = this.getFieldId();
115-
console.log(concatModel, fieldValue);
116115
// Init values
117116
if (isNotEmpty(fieldValue)) {
118117
concatModel.value = fieldValue;

0 commit comments

Comments
 (0)