mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Remove experimental software warning (#1957)
## Proposed Changes Remove warning message on startup.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user