src/widgets/AnnotationsList.js
branchnew-model
changeset 919 972099304059
parent 916 ec6849bbbdcc
child 923 b3ee7d1b472a
--- a/src/widgets/AnnotationsList.js	Wed Jun 20 18:41:41 2012 +0200
+++ b/src/widgets/AnnotationsList.js	Tue Jun 26 14:22:29 2012 +0200
@@ -107,7 +107,6 @@
                 begin : Math.max(0, _currentAnnotation.annotation.begin.milliseconds - this.ajax_granularity),
                 end : Math.min(_currentMedia.duration.milliseconds, _currentAnnotation.annotation.end.milliseconds + this.ajax_granularity)
             });
-        console.log("Getting", _url);
         this.currentSource = this.player.loadMetadata(IriSP._.defaults({
             "url" : _url
         }, this.metadata));