Remove console logs

This commit is contained in:
Brandon Hulston 2024-01-15 18:07:31 -07:00
parent 3b7775a535
commit 4b3acfa491
1 changed files with 0 additions and 2 deletions

View File

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