Remove debug bits, see #18206

git-svn-id: http://svn.automattic.com/wordpress/trunk@18483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-07-29 09:03:24 +00:00
parent 91a8720fff
commit c5657820fb
1 changed files with 0 additions and 5 deletions

View File

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