From d5eaed5a636006d8e3b982542a0dbcb47112b55f Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 22 Jan 2014 18:23:50 +0000 Subject: [PATCH] remove debug --- source/Ox.UI/js/Video/ClipPanel.js | 1 - 1 file changed, 1 deletion(-) 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,