Skip to content

Commit

Permalink
chore: remove another console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 30, 2023
1 parent a1a1832 commit c404bbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export default function RedisCacheAdapter(config) {
: _port
const password = configFromUrl.password || undefined

console.log({ hostname, port, password })

let client
if (cluster) {
// redis cluster client
Expand Down

0 comments on commit c404bbc

Please sign in to comment.