diff --git a/core/genesis.go b/core/genesis.go index 8e6dbf17cbcf..8ccf5000d57e 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -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