Skip to content

Commit 5db0dc9

Browse files
authored
Update base_layer/p2p/src/initialization.rs
1 parent 0daa96d commit 5db0dc9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

base_layer/p2p/src/initialization.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -581,22 +581,6 @@ impl P2pInitializer {
581581
dns_errors.push("Timeout".to_string())
582582
},
583583
}
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-
// }
600584
}
601585
Err(ServiceInitializationError::from(DnsClientError::Connection(format!(
602586
"{:?}",

0 commit comments

Comments
 (0)