From 25ebc64c20dff23c55fe0ba687ca22829bf17d3e 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: http://core.svn.wordpress.org/trunk@22656 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 );