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:
parent
91a8720fff
commit
c5657820fb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue