Skip to content

Commit

Permalink
chore: delete debug print code
Browse files Browse the repository at this point in the history
  • Loading branch information
joeylichang committed Aug 13, 2024
1 parent ed7aa3e commit e8309ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,7 @@ func (bc *BlockChain) insertChain(chain types.Blocks, setHead bool) (int, error)
}
ptime := time.Since(pstart)

statedb.DebugPrint(block.NumberU64(), true)
//statedb.DebugPrint(block.NumberU64(), true)

// Validate the state using the default validator
vstart := time.Now()
Expand Down

0 comments on commit e8309ad

Please sign in to comment.