From 610843b6960b80edf191f86daeca5e7e6ea1aadd Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 22 Jul 2026 15:15:16 -0500 Subject: [PATCH] missed another log --- src/webpage/highlighter/clike/lex.ts | 1 - 1 file changed, 1 deletion(-) 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)) {