Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Jul 15, 2022
1 parent 3ec2aac commit a3f7019
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ function createDecorationPlugin(): CreateExtensionPlugin {
)
},
},
appendTransaction(trs) {
for (const tr of trs) {
console.log(JSON.stringify(tr.doc.textContent))
}
return null
},
}
}

Expand Down

0 comments on commit a3f7019

Please sign in to comment.