From f45a89887105cc8d02bc1c0b7669f9f36d1bc6c0 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 29 Oct 2015 23:51:02 +0100 Subject: [PATCH] Remove istanbul ignore statement --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 5bbccf0bf9..054d074093 100644 --- a/index.js +++ b/index.js @@ -380,7 +380,6 @@ RedisClient.prototype.on_ready = function () { RedisClient.prototype.on_info_cmd = function (err, res) { if (err) { - /* istanbul ignore if: the command info is not existing on some servers for security reasons */ if (err.message === "ERR unknown command 'info'") { this.server_info = {}; this.on_ready();