Skip to content

Commit 1e6979d

Browse files
committed
fix: remove console.log
1 parent c0cdaf1 commit 1e6979d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mod.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export default function RedisCacheAdapter(config) {
3636

3737
const configFromUrl = url ? new URL(url) : {}
3838

39-
console.log({ configFromUrl })
40-
4139
const hostname = configFromUrl.hostname || _hostname
4240
const port = !isEmpty(configFromUrl)
4341
? Number(configFromUrl.port) || (configFromUrl.protocol === 'https:' ? 443 : 80)

0 commit comments

Comments
 (0)