removed unneeded code

This commit is contained in:
krippix 2023-06-05 02:35:57 +02:00 committed by Dennis
parent 577ebed537
commit 4ee5494e67
2 changed files with 2 additions and 10 deletions

View file

@ -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));
}
});