Remove log
This commit is contained in:
parent
44dfcb9fe3
commit
9cdab1d1d7
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ class EditorPlugin implements PluginValue {
|
||||||
tr.isUserEvent("redo") ||
|
tr.isUserEvent("redo") ||
|
||||||
tr.isUserEvent("select")
|
tr.isUserEvent("select")
|
||||||
) {
|
) {
|
||||||
console.log("OTHER EVENTS");
|
|
||||||
const textIter = tr.newDoc.iter();
|
const textIter = tr.newDoc.iter();
|
||||||
let text = "";
|
let text = "";
|
||||||
while (!textIter.done) {
|
while (!textIter.done) {
|
||||||
|
|
Loading…
Reference in a new issue