remove print statement

This commit is contained in:
rolux 2013-02-15 10:53:46 +05:30
parent f078af1c05
commit 88981fd836

View file

@ -309,7 +309,6 @@ Ox.SmallVideoTimelineImage = function(options, self) {
subtitle.out / self.options.duration * self.imageWidth
) + offset + 1,
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(top, bottom, function(y) {
var alpha = 128,