Skip to content

Commit 9385ea9

Browse files
committed
chore: remove console log
1 parent f425da0 commit 9385ea9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cache/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ export const getCacheClient = (): CacheClient => {
1212
if (!instance) {
1313
const config = getCacheConfig()
1414

15-
console.log(config)
16-
1715
instance = createClient(config)
1816
}
1917

0 commit comments

Comments
 (0)