chore: rm console log

This commit is contained in:
Timothy J. Baek 2024-06-10 16:16:08 -07:00
parent 8ad52f0fcc
commit f2bd3fdf19

View File

@ -25,7 +25,6 @@
placeholder('Enter your code here...'),
EditorView.updateListener.of((e) => {
if (e.docChanged) {
console.log(e);
value = e.state.doc.toString();
}
}),