Skip to content

Commit f1b540f

Browse files
committed
Removes error logging
1 parent d6dbfb3 commit f1b540f

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
@@ -30,7 +30,6 @@ export async function GET(req: NextRequest) {
3030
const file = await downloadFile({ url, maxBytes, timeoutInSeconds })
3131
return new NextResponse(file, { status: 200 })
3232
} catch (error) {
33-
console.log(error)
3433
if (error instanceof Error == false) {
3534
return makeAPIErrorResponse(500, "An unknown error occurred.")
3635
}

0 commit comments

Comments
 (0)