Index: trunk/extensions/UploadWizard/resources/mediawiki.language.parser.js |
— | — | @@ -205,7 +205,6 @@ |
206 | 206 | * @return {Array} array of jQuery|string |
207 | 207 | */ |
208 | 208 | parse: function( key, replacements ) { |
209 | | - console.log( "key = " + key ); |
210 | 209 | return this.compile( this.getAst( key ), replacements ); |
211 | 210 | }, |
212 | 211 | |