core: remote a debugging warning log

This commit is contained in:
Péter Szilágyi 2018-02-02 15:21:37 +02:00
parent 104ccf5184
commit 3c30b2851d
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -941,9 +941,6 @@ func (bc *BlockChain) WriteBlockWithState(block *types.Block, receipts []*types.
}
triedb.Dereference(root.(common.Hash), common.Hash{})
}
if current%10000 == 0 {
log.Warn("Current trie pruning state", "size", triedb.Size(), "elapsed", bc.gcproc)
}
}
if err := WriteBlockReceipts(batch, block.Hash(), block.NumberU64(), receipts); err != nil {
return NonStatTy, err