Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gieoon committed Feb 10, 2023
1 parent 1fcff69 commit 431d3c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ function lex(css) {
DEBUG && debug(ch, getState());

// column += 1;
// console.log('char: ', ch, ', states: ', stack);
switch (ch) {
// Space
case ' ':
Expand Down Expand Up @@ -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':
Expand Down

0 comments on commit 431d3c7

Please sign in to comment.