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);