Remove console logs

This commit is contained in:
Brandon Hulston 2024-01-15 18:07:31 -07:00
parent 3b7775a535
commit 4b3acfa491

View file

@ -95,8 +95,6 @@
}); });
if (chat) { if (chat) {
console.log("Chat from getChatById1", chat) //Remove
console.log("Chat from getChatById2", chat.chat); // Remove
const chatContent = chat.chat; const chatContent = chat.chat;
if (chatContent) { if (chatContent) {