From 2cca041f44ee190b0627eb4bd4de0b0a630d3c84 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 14 Aug 2014 00:36:08 +0000 Subject: [PATCH] Remove debug line from [29484]. See #28842. git-svn-id: https://develop.svn.wordpress.org/trunk@29485 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/media-grid.js | 2 -- 1 file changed, 2 deletions(-) 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 );