From 9cdab1d1d71548b1256a87a67768c015d879eee9 Mon Sep 17 00:00:00 2001 From: bakuzan Date: Mon, 30 Jan 2023 11:14:14 +0000 Subject: [PATCH] Remove log --- src/editor/EditorPlugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editor/EditorPlugin.ts b/src/editor/EditorPlugin.ts index 19d81a8..2626e34 100644 --- a/src/editor/EditorPlugin.ts +++ b/src/editor/EditorPlugin.ts @@ -53,7 +53,6 @@ class EditorPlugin implements PluginValue { tr.isUserEvent("redo") || tr.isUserEvent("select") ) { - console.log("OTHER EVENTS"); const textIter = tr.newDoc.iter(); let text = ""; while (!textIter.done) {