From aa4123982bb48c481ce24b714fcd2e2e26df35ed Mon Sep 17 00:00:00 2001 From: Leeren Chang Date: Fri, 16 Aug 2024 14:50:44 -0700 Subject: [PATCH] Remove unneeded log for genesis hash --- core/genesis.go | 2 -- 1 file changed, 2 deletions(-) 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