diff --git a/wp-includes/js/media-views.js b/wp-includes/js/media-views.js index e71c988082..1f381f5524 100644 --- a/wp-includes/js/media-views.js +++ b/wp-includes/js/media-views.js @@ -2410,7 +2410,6 @@ _.each(['add','remove'], function( method ) { this.collection.on( method, function( attachment, attachments, options ) { - console.log( method, 'attachment', attachment.id, 'at', options.index ); this[ method ]( attachment, options.index ); }, this ); }, this );