mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Comment out a stray console.log
This commit is contained in:
parent
574abd9774
commit
377226a120
|
@ -133,7 +133,7 @@ Cite.prototype.onRef = function ( tokenCTX ) {
|
|||
// fall through for further processing!
|
||||
} else {
|
||||
// Inside ref block: Collect all other tokens in refTokens and abort
|
||||
console.log(JSON.stringify(tokenCTX.token, null, 2));
|
||||
//console.log(JSON.stringify(tokenCTX.token, null, 2));
|
||||
this.refTokens.push(tokenCTX.token);
|
||||
tokenCTX.token = null;
|
||||
return tokenCTX;
|
||||
|
|
Loading…
Reference in a new issue