去掉log

This commit is contained in:
Pan Qiancheng 2024-10-25 13:41:42 +08:00
parent 0fe38a5f8c
commit f0d0171108
1 changed files with 0 additions and 2 deletions

View File

@ -771,8 +771,6 @@ export const checkTrigger = (
}
if (ts.isCallExpression(child)) {
// 这里判断一下是不是context.xxx的调用
console.log('call expression', child.expression.getText());
const expression = child.expression;
if (ts.isPropertyAccessExpression(expression)) {
// 如果是context.xxx的调用