From 47b883764e0a1fee3d1aba8c69b2804c3e23a054 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Mon, 19 Nov 2012 02:44:34 +0000 Subject: [PATCH] Media: Remove debug cruft from [22655]. see #21390. git-svn-id: https://develop.svn.wordpress.org/trunk@22656 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/media-views.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/js/media-views.js b/wp-includes/js/media-views.js index e71c988082..1f381f5524 100644 --- a/wp-includes/js/media-views.js +++ b/wp-includes/js/media-views.js @@ -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 );