diff --git a/apps/web/src/components/ui/report/ReportEditor.tsx b/apps/web/src/components/ui/report/ReportEditor.tsx index d8cc7f7da..3d36edf25 100644 --- a/apps/web/src/components/ui/report/ReportEditor.tsx +++ b/apps/web/src/components/ui/report/ReportEditor.tsx @@ -109,10 +109,8 @@ export const ReportEditor = React.memo( editor: TPlateEditor; }) => { if (isReady.current && !readOnly && onValueChange && !isStreaming) { - console.log('value', value); platejsToMarkdown(editor, value as ReportElementsWithIds) .then((markdown) => { - console.log('markdown', markdown); onValueChange(markdown); }) .catch((error) => {