mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
delete console.log
This commit is contained in:
@@ -99,10 +99,6 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
|
||||
}
|
||||
}, [conversations, dispatch]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log(modalStateDeleteConv);
|
||||
}, [modalStateDeleteConv]);
|
||||
|
||||
async function fetchConversations() {
|
||||
return await getConversations()
|
||||
.then((fetchedConversations) => {
|
||||
|
||||
Reference in New Issue
Block a user