Remove debug line from [29484].

See #28842.



git-svn-id: https://develop.svn.wordpress.org/trunk@29485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-08-14 00:36:08 +00:00
parent 3ed9e02d0b
commit 2cca041f44
1 changed files with 0 additions and 2 deletions

View File

@ -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 );