Follow-up r78150, removed accidental left-over console.logs calls
authorKrinkle <krinkle@users.mediawiki.org>
Thu, 9 Dec 2010 22:47:58 +0000 (22:47 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Thu, 9 Dec 2010 22:47:58 +0000 (22:47 +0000)
resources/mediawiki.action/mediawiki.action.watch.ajax.js

index 5b8811a..b4bef9e 100644 (file)
@@ -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;
        });