From d4c35975f2fa8c7668526e0ec141c380500cc78d Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 29 Jun 2024 04:39:26 +0700 Subject: [PATCH] fix --- pkgs/api/_file.ts | 1 - 1 file changed, 1 deletion(-) 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()) {