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(); }