From 8c5173b154d2b6a3cd1fc45845f658efeac4ec24 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 20 Jul 2020 13:10:31 -0400 Subject: [PATCH] remove excessive log --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 2e9d50b9..00bf57f5 100644 --- a/src/routes.js +++ b/src/routes.js @@ -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 })