🔥 refactor(parameterComponent): remove unnecessary console.log statement
This commit is contained in:
parent
078626052f
commit
fb6caaa6bc
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue