Removed a console.log

This commit is contained in:
Trevor Parscal 2011-11-21 23:01:31 +00:00
parent e0f746d3d5
commit 70837a026a

View file

@ -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 ) {