mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 06:57:35 -04:00
remove log
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user