From 0a765744b8d1467e09a51145054453743ae0c75f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 22 Oct 2024 18:12:08 -0700 Subject: [PATCH] refac --- src/lib/components/common/RichTextInput.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/components/common/RichTextInput.svelte b/src/lib/components/common/RichTextInput.svelte index 45cdd6e2d..491cbdb10 100644 --- a/src/lib/components/common/RichTextInput.svelte +++ b/src/lib/components/common/RichTextInput.svelte @@ -386,8 +386,6 @@ value = serializeEditorContent(newState.doc); // Convert ProseMirror content to markdown text eventDispatch('input', { value }); - - console.log('Editor content:', value); }, handleDOMEvents: { focus: (view, event) => {