"...composable_kernel_rocm.git" did not exist on "0144b4f42c1a3e72ed31304171d490640f592b0b"
Commit f2bd3fdf authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: rm console log

parent 8ad52f0f
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
placeholder('Enter your code here...'), placeholder('Enter your code here...'),
EditorView.updateListener.of((e) => { EditorView.updateListener.of((e) => {
if (e.docChanged) { if (e.docChanged) {
console.log(e);
value = e.state.doc.toString(); 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