Remove logging.

This commit is contained in:
William Candillon 2012-04-13 16:00:44 +02:00
commit d5156baa32

View file

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