Remove trash debug
This commit is contained in:
parent
9e6c74fde7
commit
870f8dc551
@ -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", () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user