diff options
| author | Adam <[email protected]> | 2025-12-15 20:02:04 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-16 12:53:11 -0600 |
| commit | ebefb26e8f7abe2de27e3ece95e425c12d55c62d (patch) | |
| tree | 25a8e468f2a7bc804ed8901291d3f4000dfc0618 /packages/desktop/src/context | |
| parent | 0b1ee9ddd987d316d2f0f92f8d8d18442c89078a (diff) | |
| download | opencode-ebefb26e8f7abe2de27e3ece95e425c12d55c62d.tar.gz opencode-ebefb26e8f7abe2de27e3ece95e425c12d55c62d.zip | |
chore: cleanup
Diffstat (limited to 'packages/desktop/src/context')
| -rw-r--r-- | packages/desktop/src/context/global-sync.tsx | 1 | ||||
| -rw-r--r-- | packages/desktop/src/context/notification.tsx | 6 |
2 files changed, 0 insertions, 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 = { |
