@ -23,11 +23,6 @@ fn main() {
std::process::exit(1);
}
if let Err(e) = startup() {
error!("FATAL: {:?}", e);
match startup() {
Ok(p) => {
info!("shutting down");