fix(StateManager): remove console

This commit is contained in:
xzdry 2022-10-17 22:05:33 +08:00
parent 3751086cd1
commit 099b94e063

View File

@ -228,7 +228,6 @@ export class StateManager {
const isDynamicExpression =
typeof value === 'string' &&
parseExpression(value).some(exp => typeof exp !== 'string');
console.log('isDynamicExpression', value, isDynamicExpression);
if (!isDynamicExpression) return;