Skip to content

Commit

Permalink
remove useless comment :p we dont have a "safe mode" now
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 5, 2012
1 parent 07f98c3 commit bf5b315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/connect-redis.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ module.exports = function(connect){
});
}

// Let users of the RedisStore handle connection to Redis issues if safe mode enabled
self.client.on('error', function () { self.emit('disconnect'); });
self.client.on('connect', function () { self.emit('connect'); });
};
Expand Down

0 comments on commit bf5b315

Please sign in to comment.