From 7d66cba7f430a29674d21721c2e6095d27530a37 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 08:21:33 +0000 Subject: [PATCH] Remove spammy invalid rpc log (#13100) (#13101) (cherry picked from commit c95f6c4b83a9219954659038846f91643ec39a52) Co-authored-by: Justin Starry --- core/src/cluster_info.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index a300351118..8f46488885 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -539,7 +539,6 @@ impl ClusterInfo { .into_iter() .filter_map(|(node, last_updated)| { if !ContactInfo::is_valid_address(&node.rpc) { - info!("invalid rpc: {}", node.rpc.to_string()); return None; }