removed unneeded code
This commit is contained in:
parent
577ebed537
commit
4ee5494e67
2 changed files with 2 additions and 10 deletions
|
@ -46,10 +46,8 @@ class Notation {
|
|||
|
||||
to_set.forEach( note => {
|
||||
if (note.clef == "treble") {
|
||||
console.log("amogus");
|
||||
this.notesTop.push(new Vex.Flow.StaveNote(note));
|
||||
} else {
|
||||
console.log("amogus");
|
||||
this.notesBottom.push(new Vex.Flow.StaveNote(note));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue