Skip to content

Commit

Permalink
fix(json-schema): remove console
Browse files Browse the repository at this point in the history
fix #2777
  • Loading branch information
aitboudad committed Apr 3, 2021
1 parent 9ef4f38 commit d2d8734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/json-schema/src/formly-json-schema.service.ts
Expand Up @@ -349,7 +349,6 @@ export class FormlyJsonschema {
const value = f.parent.fieldGroup
.map((f, i) => [f, i] as [FormlyFieldConfig, number])
.filter(([f, i]) => {
console.warn('---', control.value);
return this.isFieldValid(f, schemas[i], options);
})
.sort(([f1], [f2]) => {
Expand Down

0 comments on commit d2d8734

Please sign in to comment.