We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daa96d commit 5db0dc9Copy full SHA for 5db0dc9
base_layer/p2p/src/initialization.rs
@@ -581,22 +581,6 @@ impl P2pInitializer {
581
dns_errors.push("Timeout".to_string())
582
},
583
}
584
- // match res {
585
- // Ok(val) => {
586
- // trace!(target: LOG_TARGET, "Found DNS client at '{}'", dns);
587
- // return Ok(val);
588
- // },
589
- // Err(err) => {
590
- // warn!(
591
- // target: LOG_TARGET,
592
- // "DNS entry '{}' did not respond, trying the next one. You can edit 'dns_seed_name_servers' in
593
- // \ the config file. (Error: {})",
594
- // dns,
595
- // err.to_string(),
596
- // );
597
- // dns_errors.push(err.to_string())
598
599
- // }
600
601
Err(ServiceInitializationError::from(DnsClientError::Connection(format!(
602
"{:?}",
0 commit comments