Browse Source

chore: cleanup

adamelmore 2 months ago
parent
commit
6897bb7d02
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/context/file.tsx

+ 0 - 1
packages/app/src/context/file.tsx

@@ -561,7 +561,6 @@ export const { use: useFile, provider: FileProvider } = createSimpleContext({
 
 
     const stop = sdk.event.listen((e) => {
     const stop = sdk.event.listen((e) => {
       const event = e.details
       const event = e.details
-      console.log(event)
       if (event.type !== "file.watcher.updated") return
       if (event.type !== "file.watcher.updated") return
       const path = normalize(event.properties.file)
       const path = normalize(event.properties.file)
       if (!path) return
       if (!path) return