removed console log

This commit is contained in:
Lucas Oliveira 2025-12-05 17:46:37 -03:00
parent 358af97936
commit 898e1fe7a8

View file

@ -73,8 +73,6 @@ function ChatPage() {
const lastLoadedConversationRef = useRef<string | null>(null);
const { addTask } = useTask();
console.log(endpoint, refreshTrigger);
// Check if chat history is loading
const { isLoading: isConversationsLoading } = useGetConversationsQuery(
endpoint,