Skip to content

Commit

Permalink
Revert "debugging"
Browse files Browse the repository at this point in the history
This reverts commit 1c8505b.
  • Loading branch information
sergionoviello committed May 31, 2024
1 parent 1c8505b commit 64b8daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ Connection.prototype.connectRedis = function (config, callback, isReplica = fals

client.on('ready', function () {
if (isReplica) {
logging.info('Redis Replica client "ready" event.--')
logging.info('Redis Replica client "ready" event.')
} else {
logging.info('Redis client "ready" event.---')
logging.info('Redis client "ready" event.')
}
callback(null, client)
})
Expand Down

0 comments on commit 64b8daf

Please sign in to comment.