Skip to content

Commit

Permalink
Removed debug console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvpal01 committed Mar 26, 2023
1 parent b4a5490 commit 8c94dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ export default {
} ); */
if (!this.readyEmitted) {
this.$emit( 'ready', this.instance );
console.log('Emitting Ready');
// console.log('Emitting Ready');
this.readyEmitted = true;
}
this.$emit( 'update:modelValue', newData );
} else {
if (!this.readyEmitted) {
this.$emit( 'ready', this.instance );
console.log('Emitting Ready');
// console.log('Emitting Ready');
this.readyEmitted = true;
}
}
Expand Down

0 comments on commit 8c94dc4

Please sign in to comment.