diff --git a/lib/ace/background_tokenizer.js b/lib/ace/background_tokenizer.js index 6cf92543..2e289de7 100644 --- a/lib/ace/background_tokenizer.js +++ b/lib/ace/background_tokenizer.js @@ -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; }