r103861 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103860‎ | r103861 | r103862 >
Date:23:01, 21 November 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Removed a console.log
Modified paths:
  • /trunk/extensions/VisualEditor/demo/es.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/demo/es.js
@@ -432,7 +432,6 @@
433433 }
434434 var annotations = range.getLength() ?
435435 doc.getAnnotationsFromRange( range ) : doc.getAnnotationsFromOffset( range.start );
436 - console.log( es.DocumentModel.getHash( annotations ) );
437436 if ( annotations.length ) {
438437 for ( var i = 0; i < annotations.length; i++ ) {
439438 if ( annotations[i].type in tools ) {

Status & tagging log