fix: 去除无效打印

This commit is contained in:
刘洪洪
2023-09-28 14:07:34 +08:00
parent 8ba062054c
commit 7cc2439dd2

View File

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