From 5109ef290c2e92ba357449be275af2f336669992 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 20 Mar 2020 13:34:11 +0000 Subject: [PATCH] removing spooky startup warning message --- sfw-provider/src/commands/run.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sfw-provider/src/commands/run.rs b/sfw-provider/src/commands/run.rs index 3e2062a7a3..105373eec2 100644 --- a/sfw-provider/src/commands/run.rs +++ b/sfw-provider/src/commands/run.rs @@ -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(); }