diff --git a/src/webpage/highlighter/clike/lex.ts b/src/webpage/highlighter/clike/lex.ts index 462b2f6..34dde2c 100644 --- a/src/webpage/highlighter/clike/lex.ts +++ b/src/webpage/highlighter/clike/lex.ts @@ -76,7 +76,6 @@ function* lex(code: string, config: clikeConf) { } } const matches = Array.from(code.matchAll(r)); - console.log(matches); let i = -1; function identifyTypeOfWord(word: string) { if (keywords.has(word)) {