From b9e4cf31c60f16fd9992e81554f4c62444c560b8 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo.trentesaux@lilo.org>
Date: Wed, 11 Oct 2023 12:10:54 +0200
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 node/src/command.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/node/src/command.rs b/node/src/command.rs
index d46e8cb20..4c6e63058 100644
--- a/node/src/command.rs
+++ b/node/src/command.rs
@@ -237,7 +237,6 @@ pub fn run() -> sc_cli::Result<()> {
 
     match &cli.subcommand {
         Some(Subcommand::BuildSpec(cmd)) => {
-            log::info!("Test");
             let runner = cli.create_runner(cmd)?;
             runner.sync_run(|config| cmd.run(config.chain_spec, config.network))
         }
-- 
GitLab