Remove experimental software warning (#1957)
## Proposed Changes Remove warning message on startup.
This commit is contained in:
parent
011cea93b3
commit
ead6be074e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user