Remove trash debug

This commit is contained in:
FullGreaM 2026-01-30 19:02:56 +03:00
parent 9e6c74fde7
commit 870f8dc551

View File

@ -261,9 +261,6 @@ class DownloadVideo {
async download(cb, isStream = false) { async download(cb, isStream = false) {
const signal = new EventEmitter(); const signal = new EventEmitter();
const isPath = typeof isStream === "string"; const isPath = typeof isStream === "string";
if (isPath) {
console.debug({ isStream });
}
if (!this.parent.updater.lock(signal)) { if (!this.parent.updater.lock(signal)) {
await new Promise((rs => { await new Promise((rs => {
this.parent.updater.once("finish", () => { this.parent.updater.once("finish", () => {