From ebefb26e8f7abe2de27e3ece95e425c12d55c62d Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:02:04 -0600 Subject: [PATCH] chore: cleanup --- packages/desktop/src/context/global-sync.tsx | 1 - packages/desktop/src/context/notification.tsx | 6 ------ 2 files changed, 7 deletions(-) diff --git a/packages/desktop/src/context/global-sync.tsx b/packages/desktop/src/context/global-sync.tsx index ad3a3bf18..7d8186a68 100644 --- a/packages/desktop/src/context/global-sync.tsx +++ b/packages/desktop/src/context/global-sync.tsx @@ -138,7 +138,6 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple } globalSDK.event.listen((e) => { - console.log(e) const directory = e.name const event = e.details diff --git a/packages/desktop/src/context/notification.tsx b/packages/desktop/src/context/notification.tsx index ee15bc34a..4c1a39fb2 100644 --- a/packages/desktop/src/context/notification.tsx +++ b/packages/desktop/src/context/notification.tsx @@ -45,13 +45,7 @@ export const { use: useNotification, provider: NotificationProvider } = createSi }, ) - // onMount(() => { - // const daysToKeep = 7 - // // setStore("list", (n) => n.filter((n) => !n.viewed && n.time + 1000 * 60 * 60 * 24 * daysToKeep < Date.now())) - // }) - globalSDK.event.listen((e) => { - console.log(e) const directory = e.name const event = e.details const base = {