remove a debug printf. popcorn-port
authorhamidouk
Thu, 20 Oct 2011 10:21:22 +0200
branchpopcorn-port
changeset 101 c63f56e4bc21
parent 100 dbd302a995f5
child 102 67e8179afde5
remove a debug printf.
src/js/widgets/annotationsWidget.js
--- 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) {