Skip to content

Commit

Permalink
fix: remove unnecessary code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Jan 20, 2025
1 parent 9dd7c96 commit 524a5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/live_cluster/client/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 524a5a6

Please sign in to comment.