From e502a81ae101d3504eb911b36960e9a8dc2f7a35 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Thu, 24 Aug 2023 11:51:10 +0530 Subject: [PATCH] remove indore hf logs --- consensus/bor/bor.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/consensus/bor/bor.go b/consensus/bor/bor.go index ad1457d578..1874e44d74 100644 --- a/consensus/bor/bor.go +++ b/consensus/bor/bor.go @@ -1225,7 +1225,6 @@ func (c *Bor) CommitStates( stateSyncDelay := c.config.CalculateStateSyncDelay(number) to = time.Unix(int64(header.Time-stateSyncDelay), 0) - log.Debug("Post Indore", "lastStateIDBig", lastStateIDBig, "to", to, "stateSyncDelay", stateSyncDelay) } else { lastStateIDBig, err = c.GenesisContractsClient.LastStateId(nil, number-1, header.ParentHash) if err != nil { @@ -1233,7 +1232,6 @@ func (c *Bor) CommitStates( } to = time.Unix(int64(chain.Chain.GetHeaderByNumber(number-c.config.CalculateSprint(number)).Time), 0) - log.Debug("Pre Indore", "lastStateIDBig", lastStateIDBig, "to", to) } lastStateID := lastStateIDBig.Uint64()