commands: removing redundant directory server check

This commit is contained in:
Dave Hrycyszyn
2019-12-11 00:58:37 +00:00
parent 372d21f44e
commit c5c4cec741
-6
View File
@@ -34,12 +34,6 @@ pub fn execute(matches: &ArgMatches) {
};
let directory = directory::Client::new(directory_config);
// make sure the Directory server is in fact running, panic if not
directory
.health_check
.get()
.expect("Directory health check failed, is the Directory server running?");
let topology = directory
.presence_topology
.get()