From aa7ae4c5f1caafdd0451ba4beeb27c8551091e53 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Thu, 19 Sep 2024 09:59:31 +0800 Subject: [PATCH] chore: remove console --- web/app/components/workflow/nodes/llm/panel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/components/workflow/nodes/llm/panel.tsx b/web/app/components/workflow/nodes/llm/panel.tsx index ea18f22379..006b200109 100644 --- a/web/app/components/workflow/nodes/llm/panel.tsx +++ b/web/app/components/workflow/nodes/llm/panel.tsx @@ -74,8 +74,6 @@ const Panel: FC> = ({ const singleRunForms = (() => { const forms: FormProps[] = [] - console.log(data.vision?.configs) - if (varInputs.length > 0) { forms.push( {