From fb6caaa6bc063bf290b722698ea6f7878b74f658 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Mon, 24 Jul 2023 18:20:12 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(parameterComponent):=20?= =?UTF-8?q?remove=20unnecessary=20console.log=20statement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GenericNode/components/parameterComponent/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index baf457467..f6403b8cb 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -103,8 +103,6 @@ export default function ParameterComponent({ }, [info]); useEffect(() => { - console.log(flows.find((f) => f.id === tabId).data.nodes); - let groupedObj = groupByFamily( myData, tooltipTitle,