Skip to content

Commit

Permalink
style: remove stray console.log from svelte demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jun 24, 2022
1 parent e0b13a5 commit 9e5e7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/src/Examples/Default/Svelte/index.svelte
Expand Up @@ -9,7 +9,6 @@
let editor;
onMount(() => {
console.log({ element });
editor = new Editor({
element: element,
extensions: [StarterKit],
Expand Down

0 comments on commit 9e5e7d3

Please sign in to comment.