🔥 refactor(chatComponent/index.tsx): remove unnecessary console.log statements for 'open' and 'isBuilt' variables
This commit is contained in:
parent
657dfa1bb6
commit
dadaaa895d
1 changed files with 0 additions and 2 deletions
|
|
@ -59,8 +59,6 @@ export default function Chat({ flow }: ChatType) {
|
|||
prevNodesRef.current = currentNodes;
|
||||
}, [nodes]);
|
||||
|
||||
console.log("open", open);
|
||||
console.log("isBuilt",isBuilt);
|
||||
return (
|
||||
<>
|
||||
{isBuilt ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue