From c7f74e2359f5fa9b0fd8654650632b58d7440a8b Mon Sep 17 00:00:00 2001 From: redesyef Date: Wed, 25 Sep 2024 18:29:40 -0500 Subject: [PATCH] remove logs --- ui/components/ChatWindow.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/components/ChatWindow.tsx b/ui/components/ChatWindow.tsx index 5bc2fd6..7f9b1ce 100644 --- a/ui/components/ChatWindow.tsx +++ b/ui/components/ChatWindow.tsx @@ -535,7 +535,6 @@ const ChatWindow = ({ id }: { id?: string }) => { } // eslint-disable-next-line react-hooks/exhaustive-deps }, [messages]); - console.log(hasError); // if (hasError) { // return (