diff options
| author | Adam <[email protected]> | 2025-12-09 14:58:56 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-09 15:21:47 -0600 |
| commit | d7563d16944316a537cf49a6dc7875addaf5dba9 (patch) | |
| tree | b3080ecaa8ec33eecddca7cb92504fff36fde983 /packages | |
| parent | b9fa7d91630fdaddf1744ba73b6dfcc8821e0b28 (diff) | |
| download | opencode-d7563d16944316a537cf49a6dc7875addaf5dba9.tar.gz opencode-d7563d16944316a537cf49a6dc7875addaf5dba9.zip | |
wip(desktop): progress
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/desktop/src/context/sync.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/desktop/src/context/sync.tsx b/packages/desktop/src/context/sync.tsx index a9de0f02d..85986c327 100644 --- a/packages/desktop/src/context/sync.tsx +++ b/packages/desktop/src/context/sync.tsx @@ -42,8 +42,6 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({ return store.ready }, get project() { - console.log("project", store.project) - console.log("projects", globalSync.data.projects) const match = Binary.search(globalSync.data.projects, store.project, (p) => p.id) if (match.found) return globalSync.data.projects[match.index] return undefined |
