Skip to content

Commit

Permalink
unnecessary debug info is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd authored and jameshawkes committed Jan 15, 2024
1 parent 9424466 commit efbbe46
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def metric(self):

# first retrieve the member size
cluster_size = self.cluster_size(self.member_urls[0])
logger.debug(f"selected member url: {self.member_urls[0]}") # any of the member should give the same info
if cluster_size != self.req_mem_count:
logger.debug(f"cluster size: {cluster_size}, required: {self.req_mem_count}, url: {self.member_urls[0]}")
status = 2
Expand Down

0 comments on commit efbbe46

Please sign in to comment.