remove debug
This commit is contained in:
parent
50e8f4baa0
commit
44c1c48938
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ TextArea.prototype.fromSrt = function(txt) {
|
||||||
var that = this;
|
var that = this;
|
||||||
this.spans = [];
|
this.spans = [];
|
||||||
var srt = Ox.parseSRT(txt);
|
var srt = Ox.parseSRT(txt);
|
||||||
Ox.print(srt);
|
|
||||||
srt.forEach(function(s) {
|
srt.forEach(function(s) {
|
||||||
that.spans.push(new Span(s['in'], s.out, s.text, that.spans.length));
|
that.spans.push(new Span(s['in'], s.out, s.text, that.spans.length));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue