mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-02-23 17:49:49 +08:00
fix(StateManager): remove console
This commit is contained in:
parent
3751086cd1
commit
099b94e063
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user