From 2aa3aaf2f8684e22b4cb2a90c13d6c1e2d58842f Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 12 Jan 2026 12:52:24 +0500 Subject: [PATCH] mobile: cleanup --- apps/mobile/app/screens/editor/tiptap/use-editor.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor.ts b/apps/mobile/app/screens/editor/tiptap/use-editor.ts index a2123fbfa..aa351882a 100644 --- a/apps/mobile/app/screens/editor/tiptap/use-editor.ts +++ b/apps/mobile/app/screens/editor/tiptap/use-editor.ts @@ -299,7 +299,6 @@ export const useEditor = ( } if (!title && isContentInvalid(data) && id) { - console.log("new editor session", title, isContentInvalid(data), id); // Create a new history session if recieved empty or invalid content // To ensure that history is preserved for correct content. currentSessionHistoryId = editorSessionHistory.newSession(id); @@ -313,8 +312,6 @@ export const useEditor = ( sessionId: `${currentSessionHistoryId}` }; - console.log(noteData.sessionId); - noteData.title = title; if (ignoreEdit) {