Skip to content

Commit

Permalink
Reduce logging (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q authored Nov 4, 2024
1 parent 798e92c commit 669b747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check-consistency-all-points-all-peers.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def check_for_consistency(node_to_points_map, attempt_number, consistent_points)
try:
version = node[attempt_number][point]
except KeyError:
print(f"level=WARN msg='Missing point for node' node_idx={node_idx} attempt_number={attempt_number} point={point}")
# print(f"level=WARN msg='Missing point for node' node_idx={node_idx} attempt_number={attempt_number} point={point}")
version = None
point_attempt_versions_list.append(version)

Expand Down

0 comments on commit 669b747

Please sign in to comment.