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 990bebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "musicxml-player",
"version": "0.15.0",
"version": "0.15.1",
"description": "A simple JavaScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.",
"main": "dist/musicxml-player.esm.js",
"type": "module",
Expand Down

0 comments on commit 990bebc

Please sign in to comment.