r111208 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111207‎ | r111208 | r111209 >
Date:22:27, 10 February 2012
Author:inez
Status:deferred
Tags:
Comment:
Get rid of console.logs
Modified paths:
  • /trunk/extensions/VisualEditor/modules/ve/ce/ve.es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/ve/ce/ve.es.Surface.js
@@ -53,8 +53,6 @@
5454
5555 var index = 1 + _this.documentView.getOffsetFromNode( $node.data('view') );
5656
57 - console.log(index);
58 -
5957 while ( stack.length > 0 ) {
6058 if ( current[1] >= current[0].length ) {
6159 stack.pop();
@@ -85,11 +83,7 @@
8684 }
8785 current[1]++;
8886 }
89 -
90 - console.log(node);
91 - console.log(localOffset);
9287
93 -
9488 setTimeout(function() {
9589 var sel = rangy.getSelection();
9690 var range1 = sel.getRangeAt(0);

Status & tagging log