diff --git a/app/web/src/nova/ed/panel/popup/script/scope/scope.tsx b/app/web/src/nova/ed/panel/popup/script/scope/scope.tsx index f15f3c91..a49f45b6 100644 --- a/app/web/src/nova/ed/panel/popup/script/scope/scope.tsx +++ b/app/web/src/nova/ed/panel/popup/script/scope/scope.tsx @@ -28,7 +28,6 @@ export const declareScope = (p: PG, meta: IMeta, monaco: Monaco) => { } } - console.log(cur_path, active.comp_id); const vars: Record = {}; for (const m of cur_path) { if (m.item.component?.id === active.comp_id) {