Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ddj231 committed Jan 23, 2021
1 parent 29d7333 commit adfb5a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dist/HandelExport.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/HandelExport.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ export const Handel = (function(){
this.synth.volume.value = this.volume;
}
else {
console.log("original volume", this.synth.volume.value);
this.synth.volume.value = 0;
console.log("new volume", this.synth.volume.value);
}

const verbVal = !isNaN(this.reverb) ? this.reverb : 0.001;
Expand Down

0 comments on commit adfb5a3

Please sign in to comment.