-removed console.log

This commit is contained in:
denise 2012-09-17 15:49:22 -04:00
parent 43c336eb6d
commit 9b39ff93b4
1 changed files with 0 additions and 1 deletions

View File

@ -369,7 +369,6 @@ var AIRTIME = (function(AIRTIME){
$.each($(".big_play"), function(index, value){
if ($(value).attr('blockId') === undefined) {
var mime = $(value).attr("data-mime-type");
console.log($(value));
if (isAudioSupported(mime)) {
$(value).bind("click", openAudioPreview);
} else {