mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
remove logs
This commit is contained in:
@@ -18,7 +18,6 @@ export const ChatList = ({ initialMessages, myAddress, tempMessages, chatId, onR
|
||||
fixedWidth: true,
|
||||
defaultHeight: 50,
|
||||
}), [chatId]); // Recreate cache when chatId changes
|
||||
console.log('messages2', messages)
|
||||
useEffect(() => {
|
||||
cache.clearAll();
|
||||
}, []);
|
||||
|
Reference in New Issue
Block a user