From 167a47104889f93de5fdee51c8b8a8d8b809f96a Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:24:54 +0200 Subject: [PATCH] Clean up --- apps/api/src/app/redis-cache/redis-cache.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/api/src/app/redis-cache/redis-cache.service.ts b/apps/api/src/app/redis-cache/redis-cache.service.ts index ccdd07c6d..efe7ebd0a 100644 --- a/apps/api/src/app/redis-cache/redis-cache.service.ts +++ b/apps/api/src/app/redis-cache/redis-cache.service.ts @@ -66,8 +66,6 @@ export class RedisCacheService { `${this.getPortfolioSnapshotKey({ userId })}` ); - console.log(keys); - for (const key of keys) { this.remove(key); }