Remove debug bits, see #18206

git-svn-id: https://develop.svn.wordpress.org/trunk@18483 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-07-29 09:03:24 +00:00
parent 12a7d989e0
commit 4e81b893e9

View File

@ -1531,10 +1531,6 @@ jQuery(document).ready(function($) {
uploader.init();
console.debug(uploader);
console.debug(uploader.runtime)
uploader.bind('FilesAdded', function(up, files) {
$.each(files, function(i, file) {
fileQueued(file);
@ -1564,7 +1560,6 @@ console.debug(uploader.runtime)
if ( uploader.runtime == 'html5' )
$('.dragdrop-info').show();
});
//]]>
</script>