diff --git a/src/frontend/src/components/chatComponent/index.tsx b/src/frontend/src/components/chatComponent/index.tsx index cd06263ca..60682f9ea 100644 --- a/src/frontend/src/components/chatComponent/index.tsx +++ b/src/frontend/src/components/chatComponent/index.tsx @@ -59,8 +59,6 @@ export default function Chat({ flow }: ChatType) { prevNodesRef.current = currentNodes; }, [nodes]); - console.log("open", open); - console.log("isBuilt",isBuilt); return ( <> {isBuilt ? (