From 5d3ff351b0a9270f2983143057b11652f13837a0 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 18 Jul 2020 14:39:46 -0400 Subject: [PATCH] remove excessive log --- services/gunDB/contact-api/events/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/events/index.js b/services/gunDB/contact-api/events/index.js index 9d2fa01e..3fbaddf8 100644 --- a/services/gunDB/contact-api/events/index.js +++ b/services/gunDB/contact-api/events/index.js @@ -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 = () => {