Commit f2bd3fdf authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: rm console log

parent 8ad52f0f
......@@ -25,7 +25,6 @@
placeholder('Enter your code here...'),
EditorView.updateListener.of((e) => {
if (e.docChanged) {
console.log(e);
value = e.state.doc.toString();
}
}),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment