remove debug message
This commit is contained in:
parent
17c1d1b1ae
commit
abd3ee2d54
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ var BackgroundTokenizer = function(tokenizer, editor) {
|
|||
var state = tokens.state;
|
||||
rows.push(tokens);
|
||||
|
||||
console.log("do cache", doCache, row, state)
|
||||
if (doCache) {
|
||||
this.lines[row] = tokens;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue