Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Jan 16, 2024
1 parent bd3c0d0 commit 0ee24c6
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 @@ -324,7 +324,6 @@ function handleSheetSelect(e) {
async function handleFileBuffer(buffer) {
try {
const parseResult = await MusicXMLPlayer.parseMusicXML(buffer);
console.log(parseResult);
g_state.musicXml = parseResult.musicXml;
g_state.params.delete('sheet');
createPlayer();
Expand Down

0 comments on commit 0ee24c6

Please sign in to comment.