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

Apply 1 suggestion(s) to 1 file(s)

parent edd76a6e
No related branches found
No related tags found
No related merge requests found
Pipeline #33534 failed
...@@ -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.
Finish editing this message first!
Please register or to comment