去掉log
This commit is contained in:
parent
0fe38a5f8c
commit
f0d0171108
|
|
@ -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的调用
|
||||
|
|
|
|||
Loading…
Reference in New Issue