Remove excessive logging when writing nodes on claimtrie to disk
This commit is contained in:
parent
bdfda3c267
commit
7eca4f00a7
1 changed files with 0 additions and 1 deletions
|
@ -973,7 +973,6 @@ void CClaimTrie::BatchWriteNode(CDBBatch& batch, const std::string& name, const
|
||||||
uint32_t num_claims = 0;
|
uint32_t num_claims = 0;
|
||||||
if (pNode)
|
if (pNode)
|
||||||
num_claims = pNode->claims.size();
|
num_claims = pNode->claims.size();
|
||||||
LogPrintf("%s: Writing %s to disk with %d claims\n", __func__, name, num_claims);
|
|
||||||
if (pNode)
|
if (pNode)
|
||||||
batch.Write(std::make_pair(TRIE_NODE, name), *pNode);
|
batch.Write(std::make_pair(TRIE_NODE, name), *pNode);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue