remove prev log

This commit is contained in:
MathMan05
2026-07-20 13:19:04 -05:00
parent e67adcf1ed
commit 42e46dc346
-1
View File
@@ -74,7 +74,6 @@ function* lex(code: string, config: clikeConf) {
const prev = prevNonBlank();
if (prev) {
console.log(prev);
if (prev.endsWith(".")) {
return hcolors.property;
}