Media: Remove debug cruft from [22655]. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-19 02:44:34 +00:00
parent 5b426eac50
commit 47b883764e
1 changed files with 0 additions and 1 deletions

View File

@ -2410,7 +2410,6 @@
_.each(['add','remove'], function( method ) { _.each(['add','remove'], function( method ) {
this.collection.on( method, function( attachment, attachments, options ) { this.collection.on( method, function( attachment, attachments, options ) {
console.log( method, 'attachment', attachment.id, 'at', options.index );
this[ method ]( attachment, options.index ); this[ method ]( attachment, options.index );
}, this ); }, this );
}, this ); }, this );