mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: 删除一个 console log
This commit is contained in:
parent
614dbf20a4
commit
79b70420fb
@ -700,7 +700,6 @@ export function parseExpression(str, self) {
|
||||
if (inSameDomain() && window.parent.__newFunc) {
|
||||
return window.parent.__newFunc(tarStr)(self);
|
||||
}
|
||||
console.log('aaaaaaaa')
|
||||
return new Function(tarStr)(self);
|
||||
} catch (err) {
|
||||
debug('parseExpression.error', err, str, self);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user