From: Krinkle Date: Thu, 9 Dec 2010 22:47:58 +0000 (+0000) Subject: Follow-up r78150, removed accidental left-over console.logs calls X-Git-Tag: 1.31.0-rc.0~33410 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=b5561e17ba8d4a6ad64f5822d53f9daf6b347fd2;p=lhc%2Fweb%2Fwiklou.git Follow-up r78150, removed accidental left-over console.logs calls --- diff --git a/resources/mediawiki.action/mediawiki.action.watch.ajax.js b/resources/mediawiki.action/mediawiki.action.watch.ajax.js index 5b8811a70e..b4bef9eebf 100644 --- a/resources/mediawiki.action/mediawiki.action.watch.ajax.js +++ b/resources/mediawiki.action/mediawiki.action.watch.ajax.js @@ -29,7 +29,6 @@ wgAjaxWatch.setLinkText = function( $link, action ) { wgAjaxWatch.processResult = function( response, $link ) { response = response.watch; - console.log( $link.get() ); // To ensure we set the same status for all watch links with the // same target we trigger a custom event on *all* watch links. if( response.watched !== undefined ) { @@ -115,7 +114,6 @@ $( document ).ready( function() { } } - console.log( $link.get() ); return false; });