mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Removed a console.log
This commit is contained in:
parent
e0f746d3d5
commit
70837a026a
|
@ -432,7 +432,6 @@ $(document).ready( function() {
|
|||
}
|
||||
var annotations = range.getLength() ?
|
||||
doc.getAnnotationsFromRange( range ) : doc.getAnnotationsFromOffset( range.start );
|
||||
console.log( es.DocumentModel.getHash( annotations ) );
|
||||
if ( annotations.length ) {
|
||||
for ( var i = 0; i < annotations.length; i++ ) {
|
||||
if ( annotations[i].type in tools ) {
|
||||
|
|
Loading…
Reference in a new issue