Skip to content

Commit

Permalink
0.7.5.156πŸŽ„πŸ§‘β€πŸŽ„πŸŽ„
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel committed Nov 21, 2021
1 parent d4bc8d1 commit 558144f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getChord(userChord, userIntervals) {
root_note = userChord[0]
}
else {
console.log('inversion')
//console.log('inversion')
if (userIntervals[0] > 5) {
root_note = userChord[1]
}
Expand Down
2 changes: 1 addition & 1 deletion src/js/getChord.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function getChord(userChord, userIntervals) {
root_note = userChord[0]
}
else {
console.log('inversion')
//console.log('inversion')
if (userIntervals[0] > 5) {
root_note = userChord[1]
}
Expand Down

0 comments on commit 558144f

Please sign in to comment.