src/js/widgets/annotationsWidget.js
branchpopcorn-port
changeset 101 c63f56e4bc21
parent 98 ed4ac18baf07
child 125 960ce0b9f9f0
--- a/src/js/widgets/annotationsWidget.js	Thu Oct 20 10:19:36 2011 +0200
+++ b/src/js/widgets/annotationsWidget.js	Thu Oct 20 10:21:22 2011 +0200
@@ -34,7 +34,6 @@
 
   var annotationMarkup = Mustache.to_html(IriSP.annotationWidget_template, {"share_template" : IriSP.share_template});
 	IriSP.jQuery("#Ldt-Ligne").append(annotationMarkup);
-  console.dir(this._serializer);
   
   var annotations = this._serializer._data.annotations;
 	for (i in annotations) {