From a4988e3d485330c1d3256ff4eeafc9bc0a3a5faf Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 22 Oct 2025 10:26:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B8=85=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/flowEditor/components/nodeContentOther.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/flowEditor/components/nodeContentOther.tsx b/src/pages/flowEditor/components/nodeContentOther.tsx index c6b158e..c5b086a 100644 --- a/src/pages/flowEditor/components/nodeContentOther.tsx +++ b/src/pages/flowEditor/components/nodeContentOther.tsx @@ -180,7 +180,6 @@ const renderRegularNodeHandles = (dataIns: any[], dataOuts: any[], apiIns: any[] const formatFooter = (data: any) => { try { - console.log('data:', data); switch (data?.type) { case 'WAIT': const { duration } = deserializeValue(data.customDef);