Make WordPress Core

Changeset 22656


Ignore:
Timestamp:
11/19/2012 02:44:34 AM (12 years ago)
Author:
koopersmith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/media-views.js

    r22655 r22656  
    24112411            _.each(['add','remove'], function( method ) {
    24122412                this.collection.on( method, function( attachment, attachments, options ) {
    2413                     console.log( method, 'attachment', attachment.id, 'at', options.index );
    24142413                    this[ method ]( attachment, options.index );
    24152414                }, this );
Note: See TracChangeset for help on using the changeset viewer.