From 870f8dc5510f35860861673132836bcb12679c2c Mon Sep 17 00:00:00 2001 From: FullGreaM Date: Fri, 30 Jan 2026 19:02:56 +0300 Subject: [PATCH] Remove trash debug --- src/download.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/download.js b/src/download.js index 668b9a2..74c278a 100644 --- a/src/download.js +++ b/src/download.js @@ -261,9 +261,6 @@ class DownloadVideo { async download(cb, isStream = false) { const signal = new EventEmitter(); const isPath = typeof isStream === "string"; - if (isPath) { - console.debug({ isStream }); - } if (!this.parent.updater.lock(signal)) { await new Promise((rs => { this.parent.updater.once("finish", () => {