diff --git a/apps/mobile/app/hooks/use-app-events.js b/apps/mobile/app/hooks/use-app-events.js index 421febca3..8b3699eac 100644 --- a/apps/mobile/app/hooks/use-app-events.js +++ b/apps/mobile/app/hooks/use-app-events.js @@ -402,11 +402,9 @@ export const useAppEvents = () => { const checkAutoBackup = useCallback(async () => { if (verify || syncing) { - console.log("backup is waiting"); refValues.current.backupDidWait = true; return; } - console.log("backup running immediate"); const user = await db.user.getUser(); if (PremiumService.get() && user) { if (SettingsService.get().reminder === "off") { @@ -427,7 +425,6 @@ export const useAppEvents = () => { useEffect(() => { if (!verify && !syncing && refValues.current.backupDidWait) { - console.log("backup run after wait"); refValues.current.backupDidWait = false; checkAutoBackup(); } diff --git a/apps/mobile/app/screens/editor/tiptap/commands.ts b/apps/mobile/app/screens/editor/tiptap/commands.ts index c90e362c3..3eccdfa0f 100644 --- a/apps/mobile/app/screens/editor/tiptap/commands.ts +++ b/apps/mobile/app/screens/editor/tiptap/commands.ts @@ -129,7 +129,6 @@ typeof globalThis.statusBar !== "undefined" && statusBar.current.set({date:"",sa }; setInsets = async (insets: EdgeInsets) => { - logger.info("setInsets", insets); await this.doAsync(` if (typeof safeAreaController !== "undefined") { safeAreaController.update(${JSON.stringify(insets)}) diff --git a/apps/mobile/app/screens/settings/editor/state.ts b/apps/mobile/app/screens/settings/editor/state.ts index ab832ea8e..2c411785a 100644 --- a/apps/mobile/app/screens/settings/editor/state.ts +++ b/apps/mobile/app/screens/settings/editor/state.ts @@ -106,12 +106,6 @@ export const useDragState = create( return; } const preset = toolbarConfig?.preset as DragState["preset"]; - logger.info( - "DragState", - "Init user toolbar config", - preset, - toolbarConfig?.config - ); set({ preset: preset, data: