Skip to content

Commit c4b5948

Browse files
Remove leftover debug code (#5266)
1 parent 8c9f79d commit c4b5948

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

js/abc.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -287,19 +287,6 @@ const processABCNotes = function (logo, turtle) {
287287
k++; // Increment notes in tuplet.
288288
}
289289

290-
// FIXME: Debug for ABC
291-
if (i + j - 1 < logo.notation.notationStaging[turtle].length - 1) {
292-
const nextObj = logo.notation.notationStaging[turtle][i + j];
293-
if (typeof nextObj === "string" && nextObj === ")") {
294-
// logo.notationNotes[turtle] += '';
295-
i += 1;
296-
} else {
297-
logo.notationNotes[turtle] += " ";
298-
}
299-
} else {
300-
logo.notationNotes[turtle] += " ";
301-
}
302-
303290
return j;
304291
};
305292

0 commit comments

Comments
 (0)