Remove spammy invalid rpc log (#13100)

This commit is contained in:
Justin Starry 2020-10-23 15:05:29 +08:00 committed by GitHub
parent b169d9cfbe
commit c95f6c4b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -599,7 +599,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;
}