remove log statements

This commit is contained in:
rlx 2012-06-16 10:06:59 +00:00
parent a87d193ac4
commit 165bd0457a

View file

@ -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) {
: '&nbsp;<br/>&nbsp;'
// FIXME: weird bug, only in fullscreen, only in chrome
);
//Ox.Log('Video', '?!?', self.$subtitle.css('bottom'), self.$subtitle.height())
}
function sizechange() {