removed console log
This commit is contained in:
parent
358af97936
commit
898e1fe7a8
1 changed files with 0 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ function ChatPage() {
|
||||||
const lastLoadedConversationRef = useRef<string | null>(null);
|
const lastLoadedConversationRef = useRef<string | null>(null);
|
||||||
const { addTask } = useTask();
|
const { addTask } = useTask();
|
||||||
|
|
||||||
console.log(endpoint, refreshTrigger);
|
|
||||||
|
|
||||||
// Check if chat history is loading
|
// Check if chat history is loading
|
||||||
const { isLoading: isConversationsLoading } = useGetConversationsQuery(
|
const { isLoading: isConversationsLoading } = useGetConversationsQuery(
|
||||||
endpoint,
|
endpoint,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue