diff --git a/lib/lexer.js b/lib/lexer.js index 4b8e583..5e6c31a 100644 --- a/lib/lexer.js +++ b/lib/lexer.js @@ -228,7 +228,6 @@ function lex(css) { DEBUG && debug(ch, getState()); // column += 1; - // console.log('char: ', ch, ', states: ', stack); switch (ch) { // Space case ' ': @@ -401,7 +400,6 @@ function lex(css) { break; case '}': - console.log('"}" found!!!, current stack: ', stack, ', current state: ', getState(), ', depth: ', depth); switch (getState()) { case 'before-name': case 'name':