mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Remove unused console.log
This commit is contained in:
parent
a277a72f57
commit
25e64e5219
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ export default class LoadQueue {
|
|||
}
|
||||
this._avaliableThreads--;
|
||||
const t = this._queue.pop();
|
||||
console.log({ priority: t.priority() });
|
||||
const promise = t.task();
|
||||
invariant(
|
||||
typeof promise.then === "function",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue