Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gieoon committed Feb 10, 2023
1 parent b915f3f commit 6643310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ function lex(css) {
buffer += ch;
break;
}
console.log("exiting '}' with state: ", state)
break;
// Strings
case '"':
Expand Down

0 comments on commit 6643310

Please sign in to comment.