Remove unwanted println

This commit is contained in:
Michael Vines 2020-02-07 12:59:00 -07:00
parent 87c6508305
commit 04ef977509
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 3 deletions

View File

@ -760,9 +760,6 @@ fn main() {
println!("{}", open_genesis_config(&ledger_path).hash());
}
("shred-version", Some(arg_matches)) => {
let genesis_config = open_genesis_config(&ledger_path);
println!("{}", genesis_config.hash());
let process_options = ProcessOptions {
dev_halt_at_slot: Some(0),
new_hard_forks: hardforks_of(arg_matches, "hard_forks"),