remove debug message

This commit is contained in:
Fabian Jakobs 2011-05-23 08:57:48 +00:00
commit abd3ee2d54

View file

@ -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;
}