Index: trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js |
— | — | @@ -730,7 +730,6 @@ |
731 | 731 | } |
732 | 732 | annotations.all.push( map[hash][0] ); |
733 | 733 | } |
734 | | - console.log(annotations); |
735 | 734 | return annotations; |
736 | 735 | }; |
737 | 736 | |
— | — | @@ -787,7 +786,6 @@ |
788 | 787 | * @param {Integer} Offset a given distance from the given offset |
789 | 788 | */ |
790 | 789 | es.DocumentModel.prototype.getRelativeContentOffset = function( offset, distance ) { |
791 | | - //console.log(offset); |
792 | 790 | if ( distance === 0 ) { |
793 | 791 | return offset; |
794 | 792 | } |