diff --git a/source/Ox.UI/js/Video/ClipPanel.js b/source/Ox.UI/js/Video/ClipPanel.js index bf33dd04..f2c0208b 100644 --- a/source/Ox.UI/js/Video/ClipPanel.js +++ b/source/Ox.UI/js/Video/ClipPanel.js @@ -221,7 +221,6 @@ Ox.ClipPanel = function(options, self) { function getList() { var $list; if (self.options.view == 'annotations') { - console.log('getList Annotations', self.options.layers); $list = Ox.AnnotationPanel({ calendarSize: self.options.annotationsCalendarSize, clickLink: self.options.clickLink,