Skip to content

Commit b40bc25

Browse files
committed
remove console log
1 parent 3959580 commit b40bc25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tone.js

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class ComplementaryToneGenerator {
7171

7272
const nextNote = this.currentScale[this.scaleIndex];
7373

74-
console.log(nextNote, this.currentRootNoteIndex, this.currentRootNoteIndex)
7574
this.synth.triggerAttackRelease(nextNote, '8n');
7675
}
7776

0 commit comments

Comments
 (0)