forked from open-webui/open-webui
Remove console logs
This commit is contained in:
parent
3b7775a535
commit
4b3acfa491
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue