diff --git a/packages/convex/shared/filesystem.ts b/packages/convex/shared/filesystem.ts index 70d5170..a68cf50 100644 --- a/packages/convex/shared/filesystem.ts +++ b/packages/convex/shared/filesystem.ts @@ -71,7 +71,6 @@ export type DeleteResult = { } export function newFileSystemHandle(item: FileSystemItem): FileSystemHandle { - console.log("item", item) switch (item.kind) { case FileType.File: return { kind: item.kind, id: item.doc._id }