remove test console log statement

This commit is contained in:
Raphael Forment 2023-09-05 10:44:41 +02:00
parent 16c8dcf788
commit e597b6473d

View File

@ -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]);