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", () => {