Skip to content

Commit 9cdab1d

Browse files
committed
Remove log
1 parent 44dfcb9 commit 9cdab1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/editor/EditorPlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ class EditorPlugin implements PluginValue {
5353
tr.isUserEvent("redo") ||
5454
tr.isUserEvent("select")
5555
) {
56-
console.log("OTHER EVENTS");
5756
const textIter = tr.newDoc.iter();
5857
let text = "";
5958
while (!textIter.done) {

0 commit comments

Comments
 (0)