mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore: remove console log
This commit is contained in:
parent
f425da08b6
commit
9385ea99d5
2
src/cache/client.ts
vendored
2
src/cache/client.ts
vendored
@ -12,8 +12,6 @@ export const getCacheClient = (): CacheClient => {
|
||||
if (!instance) {
|
||||
const config = getCacheConfig()
|
||||
|
||||
console.log(config)
|
||||
|
||||
instance = createClient(config)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user