Skip to content

Commit adc630c

Browse files
authored
Demote log of cellhash (#13717)
1 parent 484eb49 commit adc630c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erigon-lib/commitment/hex_patricia_hashed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ func (hph *HexPatriciaHashed) computeCellHash(cell *cell, depth int, buf []byte)
987987
}
988988
cell.setFromUpdate(update)
989989
c.accLoaded++
990-
fmt.Printf("loaded account during cellHash %x %+v\n", cell.accountAddr[:cell.accountAddrLen], cell.FullString())
990+
//fmt.Printf("loaded account during cellHash %x %+v\n", cell.accountAddr[:cell.accountAddrLen], cell.FullString())
991991
}
992992

993993
valLen := cell.accountForHashing(hph.accValBuf, storageRootHash)

0 commit comments

Comments
 (0)