diff --git a/src/wp-includes/js/media-grid.js b/src/wp-includes/js/media-grid.js index 3aa13f7696..4ba364dd97 100644 --- a/src/wp-includes/js/media-grid.js +++ b/src/wp-includes/js/media-grid.js @@ -99,8 +99,6 @@ // Call 'initialize' directly on the parent class. media.view.MediaFrame.prototype.initialize.apply( this, arguments ); - this.on( 'all', function () { console.log( arguments ); } ); - // Append the frame view directly the supplied container. this.$el.appendTo( this.options.container );