🔥 refactor(parameterComponent): remove unnecessary console.log statement

This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-24 18:20:12 -03:00
commit fb6caaa6bc

View file

@ -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,