diff --git a/wp-includes/js/media-views.js b/wp-includes/js/media-views.js index 0081337635..b26ad6f890 100644 --- a/wp-includes/js/media-views.js +++ b/wp-includes/js/media-views.js @@ -505,7 +505,6 @@ // Limit the library to images only. library.props.set( 'type', 'image' ); - console.log('set', library.props.toJSON(), library.filters ); // Watch for uploaded attachments. this.get('library').observe( wp.Uploader.queue );