mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
remove test console log statement
This commit is contained in:
@@ -341,7 +341,6 @@ export const superdough = async (value, deadline, hapDuration) => {
|
||||
analyserSend = effectSend(post, analyserNode, analyze);
|
||||
}
|
||||
|
||||
console.log(chain);
|
||||
// connect chain elements together
|
||||
chain.slice(1).reduce((last, current) => last.connect(current), chain[0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user