Silence a console.log
This commit is contained in:
parent
d1cc406f05
commit
98ebb160f9
@ -128,7 +128,6 @@ export const API = new class APIImpl {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const {items, options} = await select(links, media);
|
const {items, options} = await select(links, media);
|
||||||
console.log(items, options);
|
|
||||||
return this.regularInternal(items, options);
|
return this.regularInternal(items, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user