Skip to content
Snippets Groups Projects
Commit ff48760d authored by Hugo Trentesaux's avatar Hugo Trentesaux Committed by Cédric Moreau
Browse files

fix(#125): review: remove test log

parent c914b396
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,6 @@ pub fn run() -> sc_cli::Result<()> { ...@@ -237,7 +237,6 @@ pub fn run() -> sc_cli::Result<()> {
match &cli.subcommand { match &cli.subcommand {
Some(Subcommand::BuildSpec(cmd)) => { Some(Subcommand::BuildSpec(cmd)) => {
log::info!("Test");
let runner = cli.create_runner(cmd)?; let runner = cli.create_runner(cmd)?;
runner.sync_run(|config| cmd.run(config.chain_spec, config.network)) runner.sync_run(|config| cmd.run(config.chain_spec, config.network))
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment