From 4070f54e9b668ea2ec560786c18488a38d53cf4e Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 10 Mar 2024 14:39:27 +0700 Subject: [PATCH] wip fix --- app/web/src/nova/ed/panel/popup/script/scope/scope.tsx | 1 - 1 file changed, 1 deletion(-) 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) {