Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.watch.ajax.js |
— | — | @@ -29,7 +29,6 @@ |
30 | 30 | wgAjaxWatch.processResult = function( response, $link ) { |
31 | 31 | response = response.watch; |
32 | 32 | |
33 | | - console.log( $link.get() ); |
34 | 33 | // To ensure we set the same status for all watch links with the |
35 | 34 | // same target we trigger a custom event on *all* watch links. |
36 | 35 | if( response.watched !== undefined ) { |
— | — | @@ -115,7 +114,6 @@ |
116 | 115 | } |
117 | 116 | } |
118 | 117 | |
119 | | - console.log( $link.get() ); |
120 | 118 | return false; |
121 | 119 | }); |
122 | 120 | |