Skip to content

Commit db9fae0

Browse files
fix: remove log
1 parent 275cbc2 commit db9fae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/ngx-quill/src/lib/quill-editor-field.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ export abstract class QuillEditorFieldBase implements FormValueControl<string |
642642
message: `text length: ${textLength}`,
643643
})
644644
}
645-
console.log(errors)
645+
646646
return errors.length ? errors : null
647647
}
648648

0 commit comments

Comments
 (0)