Remove logging.
This commit is contained in:
parent
0991f44263
commit
d5156baa32
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ define(function(require, exports, module) {
|
|||
{
|
||||
var c = this.cache[i];
|
||||
if(c && c.line == line && c.state == startState) {
|
||||
console.log("RETURN CACHE");
|
||||
return c.tokens;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue