fix: 去除无效打印

(cherry picked from commit 7cc2439dd2)
This commit is contained in:
刘洪洪
2023-09-28 14:07:34 +08:00
committed by 陈劲松
parent 4abe0ce74c
commit 6cb27b72af

View File

@@ -680,7 +680,6 @@ export default class Parser {
break
}
} else {
console.log('后面是连接符或空', prevToken, token, nextToken)
// 前面是连接符或操作符或空后面是连接符或空
// 后面是连接符或空
if (!nextToken || nextToken.type === types.connection) {