From 165bd0457a19e4507ad740b09f38380e83ba122c Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sat, 16 Jun 2012 10:06:59 +0000 Subject: [PATCH] remove log statements --- source/Ox.UI/js/Video/VideoPlayer.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index fc1921c1..96377d77 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -2076,7 +2076,6 @@ Ox.VideoPlayer = function(options, self) { } function setSubtitleText() { - //Ox.Log('Video', 'setSubTx', self.subtitle, self.options.find) self.$subtitle.html( self.subtitle ? Ox.highlight(self.subtitle, self.options.find, 'OxHighlight', true) @@ -2084,7 +2083,6 @@ Ox.VideoPlayer = function(options, self) { : ' 
 ' // FIXME: weird bug, only in fullscreen, only in chrome ); - //Ox.Log('Video', '?!?', self.$subtitle.css('bottom'), self.$subtitle.height()) } function sizechange() {