src/js/widgets/createAnnotationWidget.js
branchpopcorn-port
changeset 616 ff108c38a0c9
parent 614 116de1c38a7d
child 620 fe981f0aab71
--- 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);