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

git-svn-id: http://core.svn.wordpress.org/trunk@22656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-19 02:44:34 +00:00
parent 561f01bd79
commit 25ebc64c20

View File

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