From dadaaa895d1e15016be50534f64ac40aadc056af Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 28 Jun 2023 18:17:37 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(chatComponent/index.tsx?= =?UTF-8?q?):=20remove=20unnecessary=20console.log=20statements=20for=20'o?= =?UTF-8?q?pen'=20and=20'isBuilt'=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/chatComponent/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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 ? (