mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 04:17:50 +00:00
Remove extra log (#6190)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
1f76cd6c6b
commit
3969fb0dd8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user