Index: trunk/extensions/VisualEditor/modules/parser/ext.Cite.js |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | // fall through for further processing! |
135 | 135 | } else { |
136 | 136 | // 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)); |
138 | 138 | this.refTokens.push(tokenCTX.token); |
139 | 139 | tokenCTX.token = null; |
140 | 140 | return tokenCTX; |