diff --git a/node/src/command.rs b/node/src/command.rs
index d46e8cb2027ee382471694d49069ff4ea541068f..4c6e63058184fe25824c52b238fd3ce421ce7f60 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))
         }