removing spooky startup warning message

This commit is contained in:
Dave Hrycyszyn
2020-03-20 13:34:11 +00:00
parent 6e3b2b54df
commit 5109ef290c
-4
View File
@@ -158,10 +158,6 @@ pub fn execute(matches: &ArgMatches) {
"Inboxes directory is: {:?}",
config.get_clients_inboxes_dir()
);
println!(
"[UNIMPLEMENTED] Registered client ledger is: {:?}",
config.get_clients_ledger_path()
);
ServiceProvider::new(config).run();
}