We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f425da0 commit 9385ea9Copy full SHA for 9385ea9
src/cache/client.ts
@@ -12,8 +12,6 @@ export const getCacheClient = (): CacheClient => {
12
if (!instance) {
13
const config = getCacheConfig()
14
15
- console.log(config)
16
-
17
instance = createClient(config)
18
}
19
0 commit comments