Skip to content

Commit

Permalink
Remove accidentally committed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Mar 24, 2022
1 parent 4d3e8c8 commit 5172d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/domchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export function readDOMChange(view, from, to, typeOver, addedNodes) {
return
}
}
console.log("parsed", parse.doc + "", "from", view.dom.innerHTML)
view.domChangeCount++
// Handle the case where overwriting a selection by typing matches
// the start or end of the selected content, creating a change
Expand Down

0 comments on commit 5172d46

Please sign in to comment.