style: remove stray console.log from svelte demo
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
let editor;
|
||||
|
||||
onMount(() => {
|
||||
console.log({ element });
|
||||
editor = new Editor({
|
||||
element: element,
|
||||
extensions: [StarterKit],
|
||||
|
||||
Reference in New Issue
Block a user