diff --git a/src/cache/client.ts b/src/cache/client.ts index 1bc8752..d0d8337 100644 --- a/src/cache/client.ts +++ b/src/cache/client.ts @@ -12,8 +12,6 @@ export const getCacheClient = (): CacheClient => { if (!instance) { const config = getCacheConfig() - console.log(config) - instance = createClient(config) }