Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Mar 7, 2024
1 parent 6b47f0a commit b9e1ebd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sled-agent/src/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2165,8 +2165,6 @@ impl ServiceManager {
.map_err(|err| Error::io_path(&config_path, err))?;

let nexus_config = PropertyGroupBuilder::new("config");
// .add_property("http_address", "astring", &http_addr)
// .add_property("dns_address", "astring", &dns_addr);
let nexus_service = ServiceBuilder::new("oxide/nexus")
.add_instance(
ServiceInstanceBuilder::new("default")
Expand Down

0 comments on commit b9e1ebd

Please sign in to comment.