whoops, remove debug console.log
This commit is contained in:
parent
f84d241f45
commit
f03d709a6a
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ connect.webaudio = function(filetype, instruments, callback) {
|
||||||
src: MIDI.soundfontUrl + instrumentId + "-" + filetype + ".js",
|
src: MIDI.soundfontUrl + instrumentId + "-" + filetype + ".js",
|
||||||
verify: "MIDI.Soundfont." + instrumentId,
|
verify: "MIDI.Soundfont." + instrumentId,
|
||||||
callback: function() {
|
callback: function() {
|
||||||
console.log(MIDI.Soundfont[instrumentId])
|
|
||||||
if (MIDI.loader) MIDI.loader.update(null, "Downloading...", 100);
|
if (MIDI.loader) MIDI.loader.update(null, "Downloading...", 100);
|
||||||
queue.getNext();
|
queue.getNext();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue