Skip to content

Commit 62f0912

Browse files
committed
Removes debug log
1 parent 334b347 commit 62f0912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/api/proxy/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export async function GET(req: NextRequest) {
2020
try {
2121
const maxBytes = 10 * 1024 * 1024 // 10 MB
2222
const file = await downloadFile({ url, maxBytes })
23-
console.log("Downloaded")
2423
return new NextResponse(file, { status: 200 })
2524
} catch (error) {
2625
if (error instanceof Error == false) {

0 commit comments

Comments
 (0)