diff --git a/source/Ox.UI/js/Video/VideoEditPanel.js b/source/Ox.UI/js/Video/VideoEditPanel.js index 84415132..f3069e54 100644 --- a/source/Ox.UI/js/Video/VideoEditPanel.js +++ b/source/Ox.UI/js/Video/VideoEditPanel.js @@ -471,7 +471,6 @@ Ox.VideoEditPanel = function(options, self) { } }); self.options.selected = [id]; - Ox.print('????', self.$clipPanel.options('selected')) self.$clipPanel.options({selected: self.options.selected}); that.triggerEvent('select', {id: self.options.selected}); }