Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardLicenseInput.js |
— | — | @@ -51,7 +51,6 @@ |
52 | 52 | */ |
53 | 53 | function appendLicenses( $el, config ) { |
54 | 54 | if ( !mw.isDefined( config['licenses'] && typeof config['licenses'] === 'object' ) ) { |
55 | | - console.log( config ); |
56 | 55 | throw new Error( "improper license config" ); |
57 | 56 | } |
58 | 57 | $j.each( config['licenses'], function( i, name ) { |