Remove experimental software warning (#1957)

## Proposed Changes

Remove warning message on startup.
This commit is contained in:
Mehdi Zerouali 2020-11-24 10:29:41 +00:00
parent 011cea93b3
commit ead6be074e

View File

@ -263,10 +263,6 @@ fn run<E: EthSpec>(
return Ok(()); return Ok(());
}; };
warn!(
log,
"Ethereum 2.0 is pre-release. This software is experimental"
);
info!(log, "Lighthouse started"; "version" => VERSION); info!(log, "Lighthouse started"; "version" => VERSION);
info!( info!(
log, log,