Removed console.log

This commit is contained in:
denise 2013-01-18 14:49:13 -05:00
parent ad0879996d
commit 2d76d76e2d
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ var AIRTIME = (function(AIRTIME) {
alert($.i18n._("Please select a cursor position on timeline."));
return false;
}
console.log(aMediaIds);
AIRTIME.showbuilder.fnAdd(aMediaIds, aSchedIds);
};