diff options
| author | adamelmore <[email protected]> | 2026-01-26 17:02:56 -0600 |
|---|---|---|
| committer | adamelmore <[email protected]> | 2026-01-26 17:02:56 -0600 |
| commit | 6897bb7d02a67c516687a046c354c7faea983cc2 (patch) | |
| tree | 245f32377ab8deafd58cec39b92537ce0c765e32 /packages/app/src/context | |
| parent | 8371ba5aecd995f04653f21f02aff81178b16557 (diff) | |
| download | opencode-6897bb7d02a67c516687a046c354c7faea983cc2.tar.gz opencode-6897bb7d02a67c516687a046c354c7faea983cc2.zip | |
chore: cleanup
Diffstat (limited to 'packages/app/src/context')
| -rw-r--r-- | packages/app/src/context/file.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/app/src/context/file.tsx b/packages/app/src/context/file.tsx index 962af19f0..805936cd8 100644 --- a/packages/app/src/context/file.tsx +++ b/packages/app/src/context/file.tsx @@ -561,7 +561,6 @@ export const { use: useFile, provider: FileProvider } = createSimpleContext({ const stop = sdk.event.listen((e) => { const event = e.details - console.log(event) if (event.type !== "file.watcher.updated") return const path = normalize(event.properties.file) if (!path) return |
