Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Sep 12, 2024
1 parent 2cea7a5 commit d0e6dfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/website/js/renderer/channel_analysers.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export function updateFftSize()
else
{
this.delayNode.delayTime.value = 0;
console.log('no')
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/website/minified/demo_main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/website/minified/local_main.min.js

Large diffs are not rendered by default.

0 comments on commit d0e6dfa

Please sign in to comment.