r106282 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106281‎ | r106282 | r106283 >
Date:23:44, 14 December 2011
Author:gwicke
Status:deferred
Tags:
Comment:
Comment out a stray console.log
Modified paths:
  • /trunk/extensions/VisualEditor/modules/parser/ext.Cite.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/parser/ext.Cite.js
@@ -133,7 +133,7 @@
134134 // fall through for further processing!
135135 } else {
136136 // Inside ref block: Collect all other tokens in refTokens and abort
137 - console.log(JSON.stringify(tokenCTX.token, null, 2));
 137+ //console.log(JSON.stringify(tokenCTX.token, null, 2));
138138 this.refTokens.push(tokenCTX.token);
139139 tokenCTX.token = null;
140140 return tokenCTX;

Status & tagging log