r85946 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85945‎ | r85946 | r85947 >
Date:13:41, 13 April 2011
Author:catrope
Status:deferred
Tags:
Comment:
UploadWizard: Remove console.log() call introduced in r85937
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizardLicenseInput.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardLicenseInput.js
@@ -51,7 +51,6 @@
5252 */
5353 function appendLicenses( $el, config ) {
5454 if ( !mw.isDefined( config['licenses'] && typeof config['licenses'] === 'object' ) ) {
55 - console.log( config );
5655 throw new Error( "improper license config" );
5756 }
5857 $j.each( config['licenses'], function( i, name ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85937Collapsible interface for third party licensesneilk04:14, 13 April 2011

Status & tagging log