mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 23:52:28 +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) {
|
if (inSameDomain() && window.parent.__newFunc) {
|
||||||
return window.parent.__newFunc(tarStr)(self);
|
return window.parent.__newFunc(tarStr)(self);
|
||||||
}
|
}
|
||||||
console.log('aaaaaaaa')
|
|
||||||
return new Function(tarStr)(self);
|
return new Function(tarStr)(self);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
debug('parseExpression.error', err, str, self);
|
debug('parseExpression.error', err, str, self);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user