From 524a5a63ae51f24b6abacd16d0e9d98ff3c45952 Mon Sep 17 00:00:00 2001 From: Akash Chandra Date: Mon, 20 Jan 2025 17:32:24 +0530 Subject: [PATCH] fix: remove unnecessary code comments --- lib/live_cluster/client/node.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/live_cluster/client/node.py b/lib/live_cluster/client/node.py index 57c32a40..99b09787 100644 --- a/lib/live_cluster/client/node.py +++ b/lib/live_cluster/client/node.py @@ -2401,7 +2401,6 @@ async def info_cluster_stable( resp = await self._info(req) if "error" in resp.lower(): - # check if any of these array is present in resp.lower() unstable_cluster_error_strs = [ # Before https://github.com/citrusleaf/aerospike-server/commit/450922b89fcc12ad9ff85842a89997e2eb3a7a9f "cluster-not-specified-size",