forked from 0x2620/oxjs
remove print statements
This commit is contained in:
parent
e3f900030c
commit
fbeb434e27
11 changed files with 0 additions and 24 deletions
|
|
@ -1241,7 +1241,6 @@ Ox.VideoPlayer = function(options, self) {
|
|||
};
|
||||
});
|
||||
}
|
||||
//Ox.print('FIND RESULTS:', results);
|
||||
return results;
|
||||
}
|
||||
|
||||
|
|
@ -1501,7 +1500,6 @@ Ox.VideoPlayer = function(options, self) {
|
|||
}
|
||||
left += control == 'position' ? self.positionWidth : 16
|
||||
});
|
||||
//Ox.print('TIMELINE_LEFT = ', left)
|
||||
return left;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue