mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 20:20:08 +08:00
🔥 refactor(parameterComponent): remove unnecessary console.log statement
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user