chore: remove console log

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-12-21 01:33:42 -05:00
parent f425da08b6
commit 9385ea99d5

2
src/cache/client.ts vendored
View File

@ -12,8 +12,6 @@ export const getCacheClient = (): CacheClient => {
if (!instance) {
const config = getCacheConfig()
console.log(config)
instance = createClient(config)
}