From b5561e17ba8d4a6ad64f5822d53f9daf6b347fd2 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Thu, 9 Dec 2010 22:47:58 +0000 Subject: [PATCH] Follow-up r78150, removed accidental left-over console.logs calls --- resources/mediawiki.action/mediawiki.action.watch.ajax.js | 2 -- 1 file changed, 2 deletions(-) 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; }); -- 2.20.1