remove excessive log
This commit is contained in:
parent
c3441c97fd
commit
5d3ff351b0
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ const getChats = () => currentChats
|
|||
const chatsListeners = new Set()
|
||||
|
||||
chatsListeners.add(c => {
|
||||
logger.info(`new Chats: ${JSON.stringify(c, null, 4)}`)
|
||||
logger.info(`Chats: ${c.length}`)
|
||||
})
|
||||
|
||||
const notifyChatsListeners = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue