remove log
This commit is contained in:
parent
43c05cb504
commit
49f38aeddb
1 changed files with 0 additions and 1 deletions
|
|
@ -200,7 +200,6 @@ function loadWorklets() {
|
|||
if (!workletsLoading) {
|
||||
const audioCtx = getAudioContext();
|
||||
const allWorkletURLs = externalWorklets.concat([workletsUrl]);
|
||||
console.log('allWorkletURLs', allWorkletURLs);
|
||||
workletsLoading = Promise.all(allWorkletURLs.map((workletURL) => audioCtx.audioWorklet.addModule(workletURL)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue