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)