remove print statement
This commit is contained in:
parent
f078af1c05
commit
88981fd836
1 changed files with 0 additions and 1 deletions
|
@ -309,7 +309,6 @@ Ox.SmallVideoTimelineImage = function(options, self) {
|
||||||
subtitle.out / self.options.duration * self.imageWidth
|
subtitle.out / self.options.duration * self.imageWidth
|
||||||
) + offset + 1,
|
) + offset + 1,
|
||||||
top = bottom - subtitle.text.split('\n').length - 2;
|
top = bottom - subtitle.text.split('\n').length - 2;
|
||||||
Ox.print('XXX', subtitle['in'], subtitle.out, left, right);
|
|
||||||
Ox.loop(left, right, function(x) {
|
Ox.loop(left, right, function(x) {
|
||||||
Ox.loop(top, bottom, function(y) {
|
Ox.loop(top, bottom, function(y) {
|
||||||
var alpha = 128,
|
var alpha = 128,
|
||||||
|
|
Loading…
Reference in a new issue