Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Oct 7, 2024
1 parent e6fbffc commit 4775254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/demo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ async function createConverter(rendererObject, converter, sheet, groove) {
document.querySelector('input[name="converter"][id="converter-mma"]').disabled = true;
}

console.log(rendererObject);
if (rendererObject instanceof MusicXMLPlayer.MuseScoreRendererConverter) {
candidates.push({
converter: rendererObject,
Expand Down

0 comments on commit 4775254

Please sign in to comment.