We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0defa commit 7d6de7cCopy full SHA for 7d6de7c
1 file changed
src/app/shared/form/builder/parsers/link-field-parser.ts
@@ -112,7 +112,6 @@ export class LinkFieldParser extends ConcatFieldParser {
112
this.initSecurityValue(concatGroup, fieldValue);
113
const concatModel = new DynamicLinkModel(concatGroup, clsGroup);
114
concatModel.name = this.getFieldId();
115
- console.log(concatModel, fieldValue);
116
// Init values
117
if (isNotEmpty(fieldValue)) {
118
concatModel.value = fieldValue;
0 commit comments