From 8cc5e84845e7313becd903e455c0b6e98f5a08d6 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 19 May 2025 22:16:46 +0200 Subject: remove status debug print --- scripts/ytdlp_download.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ytdlp_download.ts b/scripts/ytdlp_download.ts index d31280f..9489e49 100644 --- a/scripts/ytdlp_download.ts +++ b/scripts/ytdlp_download.ts @@ -57,7 +57,6 @@ async function do_download(key: string, data: { [key: string]: string }) { const lines = child.stdout.pipeThrough(new TextDecoderStream()).pipeThrough(new TextLineStream()) for await (const line of lines) { if (!line.length) continue - console.log(JSON.stringify(line)); const k = JSON.parse(line) ws.send(JSON.stringify({ t: "metadata", key, data: { -- cgit v1.2.3-70-g09d2