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:
parent
5b426eac50
commit
47b883764e
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user