diff --git a/frontend/app/chat/page.tsx b/frontend/app/chat/page.tsx index fdeed137..f15cf788 100644 --- a/frontend/app/chat/page.tsx +++ b/frontend/app/chat/page.tsx @@ -73,8 +73,6 @@ function ChatPage() { const lastLoadedConversationRef = useRef(null); const { addTask } = useTask(); - console.log(endpoint, refreshTrigger); - // Check if chat history is loading const { isLoading: isConversationsLoading } = useGetConversationsQuery( endpoint,