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 = {