diff --git a/apps/web/components/fullscreen-note-modal.tsx b/apps/web/components/fullscreen-note-modal.tsx index 634987929..276576608 100644 --- a/apps/web/components/fullscreen-note-modal.tsx +++ b/apps/web/components/fullscreen-note-modal.tsx @@ -61,7 +61,6 @@ export function FullscreenNoteModal({ const handleContentChange = useCallback( (newContent: string) => { - console.log("handleContentChange", newContent) setContent(newContent) setDraft(newContent) },