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 (