remove excessive log

This commit is contained in:
Daniel Lugo 2020-07-18 14:39:46 -04:00
parent c3441c97fd
commit 5d3ff351b0

View file

@ -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 = () => {