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",