diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor.ts b/apps/mobile/app/screens/editor/tiptap/use-editor.ts index 658d1c98e..f902df3fc 100644 --- a/apps/mobile/app/screens/editor/tiptap/use-editor.ts +++ b/apps/mobile/app/screens/editor/tiptap/use-editor.ts @@ -636,7 +636,6 @@ export const useEditor = ( ) { useTabStore.getState().newTabSession(tabId!, session); } else { - console.log("UPDATING TAB SESSION", session); useTabStore.getState().updateTab(tabId!, { session: session });