Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw authored Feb 10, 2024
1 parent cde9680 commit 586cbe0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nexus/src/app/background/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,6 @@ pub mod test {
let config = dns_config_client
.dns_config_get()
.await
.expect("failed to get initial DNS server config");
println!("config: {config:#?}");

// Discover the new internal DNS server from internal DNS.
nexus
Expand Down

0 comments on commit 586cbe0

Please sign in to comment.