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
|
// spinup
|
||||||
Events.onChats(() => {})()
|
Events.onChats(() => {})()
|
||||||
const data = Events.getChats()
|
const data = Events.getChats()
|
||||||
logger.info(`Chats polled: ${JSON.stringify(data, null, 4)}`)
|
logger.info(`Chats polled: ${data.length}`)
|
||||||
res.json({
|
res.json({
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue