whoops, remove debug console.log

This commit is contained in:
Michael Deal 2013-01-18 23:39:42 -08:00
parent f84d241f45
commit f03d709a6a

View file

@ -134,7 +134,6 @@ connect.webaudio = function(filetype, instruments, callback) {
src: MIDI.soundfontUrl + instrumentId + "-" + filetype + ".js",
verify: "MIDI.Soundfont." + instrumentId,
callback: function() {
console.log(MIDI.Soundfont[instrumentId])
if (MIDI.loader) MIDI.loader.update(null, "Downloading...", 100);
queue.getNext();
}