remove excessive log
This commit is contained in:
parent
ab3d5a8ee8
commit
8c5173b154
1 changed files with 1 additions and 1 deletions
|
|
@ -1755,7 +1755,7 @@ module.exports = async (
|
|||
// spinup
|
||||
Events.onChats(() => {})()
|
||||
const data = Events.getChats()
|
||||
logger.info(`Chats polled: ${JSON.stringify(data, null, 4)}`)
|
||||
logger.info(`Chats polled: ${data.length}`)
|
||||
res.json({
|
||||
data
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue