diff --git a/pkgs/api/_file.ts b/pkgs/api/_file.ts index fdc7139..d3b7bab 100644 --- a/pkgs/api/_file.ts +++ b/pkgs/api/_file.ts @@ -120,7 +120,6 @@ export const _ = { } const path = dir(`${g.datadir}/files/${rpath}`); - console.log(path); const file = Bun.file(path); if (await file.exists()) {