remove excessive log

This commit is contained in:
Daniel Lugo 2020-07-20 13:10:31 -04:00
parent ab3d5a8ee8
commit 8c5173b154

View file

@ -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
}) })