Index: trunk/extensions/VisualEditor/demo/es.js |
— | — | @@ -432,7 +432,6 @@ |
433 | 433 | } |
434 | 434 | var annotations = range.getLength() ? |
435 | 435 | doc.getAnnotationsFromRange( range ) : doc.getAnnotationsFromOffset( range.start ); |
436 | | - console.log( es.DocumentModel.getHash( annotations ) ); |
437 | 436 | if ( annotations.length ) { |
438 | 437 | for ( var i = 0; i < annotations.length; i++ ) { |
439 | 438 | if ( annotations[i].type in tools ) { |