Skip to content

Commit

Permalink
Remove unneeded log for genesis hash
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Aug 16, 2024
1 parent e16c44f commit aa41239
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ func SetupGenesisBlockWithOverride(db ethdb.Database, triedb *triedb.Database, g
if err != nil {
return genesis.Config, common.Hash{}, err
}
hash := genesis.ToBlock().Hash()
log.Info("Genesis Block Hash", "hash", hash.Hex())
return genesis.Config, block.Hash(), nil
}
// The genesis block is present(perhaps in ancient database) while the
Expand Down

0 comments on commit aa41239

Please sign in to comment.