diff --git a/demo/es.js b/demo/es.js index 85f75f294c..e45d1a2e9e 100644 --- a/demo/es.js +++ b/demo/es.js @@ -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 ) {