From e09ecac7bbecaf95d5b812f67c63b7433be84f11 Mon Sep 17 00:00:00 2001 From: pen <121443048+penginn-net@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:59:21 +0900 Subject: [PATCH] del log --- packages/backend/src/core/FanoutTimelineService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/backend/src/core/FanoutTimelineService.ts b/packages/backend/src/core/FanoutTimelineService.ts index 8476885342..ca33556fa4 100644 --- a/packages/backend/src/core/FanoutTimelineService.ts +++ b/packages/backend/src/core/FanoutTimelineService.ts @@ -131,7 +131,6 @@ export class FanoutTimelineService { const scanResult = await this.redisForTimelines.scan(cursor, 'MATCH', timeline, 'COUNT', 300); cursor = scanResult[0]; timeLines = timeLines.concat(scanResult[1]); - scanResult[1].forEach(x => console.log(x)); } while (cursor !== '0'); }