From 3969fb0dd8cf6e6b8b90a1f5f71d2975c6a1059f Mon Sep 17 00:00:00 2001 From: Kristina Date: Tue, 30 Jul 2024 22:04:54 +0400 Subject: [PATCH] Remove extra log (#6190) Signed-off-by: Kristina Fefelova --- server-plugins/chunter-resources/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server-plugins/chunter-resources/src/index.ts b/server-plugins/chunter-resources/src/index.ts index 35827b8c58..cca3a0654b 100644 --- a/server-plugins/chunter-resources/src/index.ts +++ b/server-plugins/chunter-resources/src/index.ts @@ -515,7 +515,6 @@ async function hideOldActivityChannels ( const { lastUpdateTimestamp = 0, lastViewedTimestamp = 0 } = context if (lastUpdateTimestamp > lastViewedTimestamp) continue - console.log({ diff: date - lastUpdateTimestamp, delay: hideChannelDelay }) if (date - lastUpdateTimestamp < hideChannelDelay) continue const params = hierarchy.as(context, chunter.mixin.ChannelInfo)