From fa82d30549d007fcdfa88af6038d9c8852a2521f Mon Sep 17 00:00:00 2001 From: sky Date: Wed, 9 Jul 2025 01:30:18 -0400 Subject: [PATCH] get the comments out of here --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 1a09407..af6e93b 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,6 @@ Bun.serve({ await Bun.write(path + ".mp4", await req.body.blob()); await $`ffmpeg -i ${path}.mp4 -map_metadata -1 -map 0 -map -0:v -b:a 64k ${path}.ogg` await (Bun.file(path + ".mp4")).delete(); - console.log("deleted req file"); let response = new Response(await Bun.file(path + ".ogg").bytes(), { headers: { "Content-Type": "application/ogg",