Remove log

This commit is contained in:
bakuzan 2023-01-30 11:14:14 +00:00
parent 44dfcb9fe3
commit 9cdab1d1d7

View file

@ -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) {