diff -r 7eb41c26a8b7 -r ff108c38a0c9 src/js/widgets/createAnnotationWidget.js --- a/src/js/widgets/createAnnotationWidget.js Thu Jan 12 14:22:36 2012 +0100 +++ b/src/js/widgets/createAnnotationWidget.js Thu Jan 12 14:22:48 2012 +0100 @@ -94,7 +94,6 @@ code = {start: annotation.begin / 1000, end: annotation.end / 1000, onStart: function(annotation) { return function() { - console.log(annotation); if (typeof(annotation.content) !== "undefined") _this.selector.find(".Ldt-createAnnotation-Title").html(annotation.content.title);